DEV Community

Discussion on: Setting up user authentication with Nuxtjs and Django Rest Framework [Part - 2]

Collapse
 
fabiom91 profile image
Fabio Magarelli

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.