pasamio / oathtoken

Automatically exported from code.google.com/p/oathtoken
0 stars 0 forks source link

Add support for Google's KeyUriFormat #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Specification here:

http://code.google.com/p/google-authenticator/wiki/KeyUriFormat

Original issue reported on code.google.com by archie.c...@gmail.com on 24 Sep 2010 at 3:27

GoogleCodeExporter commented 9 years ago
I think you can only use part of this specification. You can't register the 
otpauth: url scheme if somebody has already installed Google Authenticator. I 
believe the url scheme is app specific.

Original comment by ivojansc...@gmail.com on 6 Oct 2010 at 10:02

GoogleCodeExporter commented 9 years ago
I agree.  Standards are good.

Original comment by jlco...@gmail.com on 24 May 2011 at 6:47

GoogleCodeExporter commented 9 years ago
However, I need to support users on android as well as iphone, and we're not 
using the google-authenticator app.
On android, we use "Android Token", which supports the google-style otpauth URI 
for QRcodes. It would be a LOT simpler if I only needed to support ONE 
QRcode-generation format for my enterprise users, instead of two...

Original comment by phi...@phiber.com on 4 Dec 2012 at 4:17