drf-jwt-2fa
drf-jwt-2fa copied to clipboard
Django Rest Framework JWT 2FA
can we disable code authentication for some users
Hi @suutari and thanks for publishing this project. I'd like to use your workflow with another jwt authentication library for django-rest-framework: https://github.com/davesque/django-rest-framework-simplejwt This is the one linked from the official...
obtain_auth_token returning only token , how can it return user details along with tokenobtain_auth_token ??