I'm using rest-auth urls for django login, user, registration etc. endpoints. When I try your async login() function, it tries to get the user before logging in causing an 403 forbidden error.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
I'm using rest-auth urls for django login, user, registration etc. endpoints. When I try your
async login()function, it tries to get the user before logging in causing an 403 forbidden error.