Update README.md

This commit is contained in:
AJ ONeal 2015-10-24 11:37:14 -07:00
parent b313639df5
commit 8745e27827
1 changed files with 7 additions and 0 deletions

View File

@ -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
=====