Replies: 1 comment
-
That is explained here: https://docs.allauth.org/en/dev/headless/openapi-specification/#section/Authentication-Flows If you get a 401 after signing up, that means that you are not authenticated, likely, because you still need to verify your email address. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I noticed you are returning 401 when I sign up using HEADLESS. Why you are using this instead of HTTP OK for example?
Beta Was this translation helpful? Give feedback.
All reactions