russellromney / dash-auth-flow

Batteries-included authentication flow with Dash.
https://dash-auth-flow.fly.dev
MIT License
78 stars 14 forks source link

Add multifactor authentication with Google Authenticator, email, or text #13

Open russellromney opened 1 year ago

russellromney commented 1 year ago

RE https://community.plotly.com/t/show-and-tell-full-authentication-flow-example-dash-auth-flow/27415/20?u=russellthehippo

First would want email (already integrated mailjet SDK), then Google Authenticator (don't have to integrate new SDK), then SMS (Twilio e.g.).

BShuYi commented 1 year ago

Hi,

Is there any solution for this MFA?

I'm adding it into my app, but facing issue for the token stored and submission. I'm using the Google Authenticator.

If there is any solution or advise, kindly share.