djangoflow / django-df-auth

Opinionated Django REST auth endpoints for JWT authentication and social accounts
MIT License
10 stars 19 forks source link

Sending correct otp throws 2fa_required error from backend for simple_auth #39

Closed adar2378 closed 1 year ago

adar2378 commented 1 year ago

Payload:

{
  "otp": "663299",
  "password": "1234",
  "email": "saiful@apexive.com"
}

Expected: get token

Actual: again BE throws 2fa_required error with 401 status code

adar2378 commented 1 year ago

Closing this account was old. With newly created account it worked