devise_token_auth
devise_token_auth copied to clipboard
2FA with this gem?
Simple question, I want to know if anyone has any starting point / tips to implement 2FA with this gem, or if I will need to work it out from scratch.
I know there is other issue opened with this topic but it's very old.
@acegilz I recently implemented a generic multi-provider 2fa workflow with this gem. I was actually searching issues to determine of an OTP addition would be valuable here. I would be willing to make a PR contribution if there was any interest in it.
if you can, create a wiki in the docs how you achieved it, I think it might add unwanted complexity to the already complex gem unless you can make it very slim and configurable. So any help is appreciated!
@neolytics would you mind sharing any information on how you went about solving for 2fa here?
duplicate of https://github.com/lynndylanhurley/devise_token_auth/issues/1171
If anyone needs this, i created a gist if you want to use devise-two-factor