apragacz / django-rest-registration

User-related REST API based on the awesome Django REST Framework
https://django-rest-registration.readthedocs.io/
MIT License
525 stars 83 forks source link

Research 2-step authentication #53

Open apragacz opened 5 years ago

robwa commented 2 years ago

Does this mean "two/ multi factor authentication"? If so, the rest_2fa package of memoorje might be a starting point. It is inspired by django-two-factor-auth and based on django-otp.