fedimint / ui

https://ui-umber-ten.vercel.app
MIT License
27 stars 41 forks source link

2 Factor Authentication #361

Open justinmoon opened 8 months ago

justinmoon commented 8 months ago

At some point we should consider adding 2FA to the guardian UI in particular

elsirion commented 8 months ago

Note that this would require a fundamental change (huge improvement) of our API auth scheme: We wouldn't just send a static secret with every request but rather acquire a session token on login which can then be used for a limited time to authenticate API requests. So this is also a Fedimint issue.