You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -151,7 +151,7 @@ NFC + Google Authenticator with PIN setup:
151
151
```
152
152
"0a0b0c0d": {
153
153
"key_name": "Yellow Tag User 1",
154
-
"gauth_secret": "TVKSLJRTB4OIFCHT",
154
+
"gauth_secret": "TXKCLJRXB4OIFCHZ",
155
155
"gauth_pin": "6666",
156
156
},
157
157
```
@@ -171,11 +171,11 @@ Static PIN of 1234 with GAuth secret:
171
171
```
172
172
"1234": {
173
173
"key_name": "GAuth User 1",
174
-
"GAuthSecret": "TVKSLJRTB4OIFCHT"
174
+
"GAuthSecret": "TXKCLJRXB4OIFCHZ"
175
175
},
176
176
```
177
-
### Generating a Code to scan with your phone
178
-
**TODO**
177
+
### Generating a Google Auth Code
178
+
I didn't implement QR Code generation, but you can use http://your-server/rfid-auth/auth.php?QR=1 to generate a Code that can be put in the rfid.txt configuration file and manually put in your phone.
0 commit comments