Skip to content

Commit 2b981c9

Browse files
author
BioS
committed
fixing GAuth instructions
1 parent 48a9fab commit 2b981c9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ NFC + Google Authenticator with PIN setup:
151151
```
152152
"0a0b0c0d": {
153153
"key_name": "Yellow Tag User 1",
154-
"gauth_secret": "TVKSLJRTB4OIFCHT",
154+
"gauth_secret": "TXKCLJRXB4OIFCHZ",
155155
"gauth_pin": "6666",
156156
},
157157
```
@@ -171,11 +171,11 @@ Static PIN of 1234 with GAuth secret:
171171
```
172172
"1234": {
173173
"key_name": "GAuth User 1",
174-
"GAuthSecret": "TVKSLJRTB4OIFCHT"
174+
"GAuthSecret": "TXKCLJRXB4OIFCHZ"
175175
},
176176
```
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.
179179

180180
## Software installation
181181
* Installing micropython on ESP32

0 commit comments

Comments
 (0)