Replies: 1 comment 2 replies
-
I cannot confirm this, this works fine with the example project. You can easily switch it over to
Then, using your settings everything just works. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to implement allauth headless. While doing so, I want to only use codes by mail, as I do not have a web frontend.
I have set the following:
When signing up on
_allauth/app/v1/auth/signup
i get the 401 with verify_email pending, and I get the code on email.When sending the code with POST to
_allauth/app/v1/auth/email/verify
with the json body:I get
{status: 400, errors: [{message: Incorrect code., code: incorrect_code, param: key}]}
no matter what.Any idea why this is happening?
Beta Was this translation helpful? Give feedback.
All reactions