What python library supports Authentication of 2 factors in a django rest framework application that uses OAuth?

0

I have an application in Django Rest Framework that uses OAuth for authentication flows. I need a library that implements two-factor authentication (2FA) and integrates with OAuth. I thought of Deux, but it is no longer supported. Any ideas? Thanks in advance

    
asked by Peter Paul 09.03.2018 в 19:55
source

0 answers