-
Notifications
You must be signed in to change notification settings - Fork 228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can we change the name which display in application when i scan the qr code. #68
Comments
The URI format is described here: https://github.com/google/google-authenticator/wiki/Key-Uri-Format <https://github.com/google/google-authenticator/wiki/Key-Uri-Format>
To change the application name, use the `issuer`. To display user-specific account details (e.g. email address), use the `label` field.
In Speakeasy, pass the `issuer` and `label` options to `otpauthURL({…})`.
|
I will create PR to update readme file to show how it is done. |
The README.md is quite unwieldy. Perhaps a cookbook of recipes could help organize these kinds of how-to questions?
… On Jan 17, 2017, at 3:18 AM, Connie Leung ***@***.***> wrote:
I will create PR to update readme file to show how it is done.
I would like to create another PR to modify generateSecret such that issuer can be passed into otpauthURL from the method.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub <#68 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AAm4b5YGZ3cBKOQ5Cd1450p084fl8Ha0ks5rTKN6gaJpZM4LkqKm>.
|
I don't know how to create cookbook or faq in github. Please advise. |
You can try the wiki. I haven’t used much of it, so you’ll get to know it better than me!
… On Jan 17, 2017, at 3:23 AM, Connie Leung ***@***.***> wrote:
I don't know how to create cookbook or faq in github. Please advise.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub <#68 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AAm4bwtWtsDf2d5QsgjVyKiJb_9mgbx4ks5rTKTDgaJpZM4LkqKm>.
|
@mikepb Awesome. It's working thank you so much all of you. |
No description provided.
The text was updated successfully, but these errors were encountered: