speakeasy
speakeasy copied to clipboard
How can we change the name which display in application when i scan the qr code.
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. I would like to create another PR to modify generateSecret such that issuer can be passed into otpauthURL from the method.
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 [email protected] 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 https://github.com/speakeasyjs/speakeasy/issues/68#issuecomment-273112751, 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. I think this repo has done a great job but i am not sure how to set it up. https://github.com/angular-ui/ui-router/wiki
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 [email protected] 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 https://github.com/speakeasyjs/speakeasy/issues/68#issuecomment-273113861, or mute the thread https://github.com/notifications/unsubscribe-auth/AAm4bwtWtsDf2d5QsgjVyKiJb_9mgbx4ks5rTKTDgaJpZM4LkqKm.
@mikepb Awesome. It's working thank you so much all of you.