Update README.md
This commit is contained in:
parent
b313639df5
commit
8745e27827
|
@ -24,6 +24,13 @@ Browser Authenticator
|
|||
|
||||
You may also be interested in [Browser Authenticator](https://github.com/Daplie/browser-authenticator) over at <https://github.com/Daplie/browser-authenticator>
|
||||
|
||||
OTPAuth Scheme
|
||||
--------------
|
||||
|
||||
* <https://github.com/google/google-authenticator/wiki/Key-Uri-Format>
|
||||
* `otpauth://totp/<<ISSUER>>:<<ACCOUNT_NAME>>?secret=<<BASE32_KEY>>&issuer=<<ISSUER>>`
|
||||
* `otpauth://totp/<<ISSUER>>:<<ACCOUNT_NAME>>?secret=<<BASE32_KEY>>&issuer=<<ISSUER>>&algorithm=<<ALGO>>&digits=<<INT>>&period=<<SECONDS>>`
|
||||
|
||||
Usage
|
||||
=====
|
||||
|
||||
|
|
Loading…
Reference in New Issue