User choice for Authy or Google Authenticator #218
Unanswered
ziaulrehman40
asked this question in
Q&A
Replies: 1 comment
-
This is not a thing. You just provide the provisioning URL, both Authy and google auth support it |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using
devise-two-factor
for 2FA usinggoogle authenticator
, along with backup codes which is working great.Now I need to add user choose-able sms based verification(using Authy) alongside. User should be able to select if user wants to use Google Authenticator or Authy.
I am struggling with basic high level concept/architecture for this scheme. As it seems i will need to monkey patch a lot of stuff if I want to achieve that, even if I try to integrate
devise-authy
alongside. I just want to save some time and document this scheme for anyone who needs this in future.Any help for this scheme will be great. As i dont seem to find any examples for Authy usage along this gem. I will try to post what worked for me too.
Thanks for the help in advance.
Beta Was this translation helpful? Give feedback.
All reactions