archlinux / arch-security-tracker

Arch Linux Security Tracker
https://security.archlinux.org
MIT License
120 stars 38 forks source link

implement TOTP #137

Open anthraxx opened 5 years ago

anthraxx commented 5 years ago

We need some two-factor components so lets implement TOTP.

jelly commented 5 years ago

Maybe use https://pypi.org/project/Flask-FIDO-U2F/

anthraxx commented 5 years ago

i think something as simple as https://github.com/pyotp/pyotp would to it. there is not real need for any special flask integration

jelly commented 5 years ago

Cool, I have a two yubikey's for testing

shibumi commented 5 years ago

cool idea, would be nice to have this in other components like aurweb as well..

jelly commented 4 years ago

As we are moving to keycloak soon hopefully, we can enforce 2FA in Keycloak instead of implementing it in the tracker.