Update README.md

Este commit está contenido en:
AJ ONeal 2015-10-24 11:37:14 -07:00
padre b313639df5
commit 8745e27827
Se han modificado 1 ficheros con 7 adiciones y 0 borrados

Ver fichero

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