robinhood / deux

Multifactor Authentication for Django Rest Framework
Other
155 stars 56 forks source link

Google Authenticator #6

Open JakeAustwick opened 7 years ago

JakeAustwick commented 7 years ago

Has anybody implemented a Google Authenticator backend for Deux? Seems like it would be common, so wondering if somebody has a starting point rather than me having to start from scratch.

Thanks, Jake

mihazelnik commented 6 years ago

@JakeAustwick did you maybe implement Google Authenticator?

boris-savic commented 6 years ago

I've just started looking into 2FA but I think it can be easily done with the help of https://pypi.python.org/pypi/pyotp

Jo-Con-El commented 6 years ago

https://github.com/soboto/deux shows that @soboto made it with pyotp.