Kajatin
WWasp-lang
•Created by Kajatin on 4/29/2023 in #đŸ™‹questions
Cannot log in
I followed the tutorial to set up authentication. The registration works, I can see the user in the database with the hashed password. I'm using username + password authentication.
On the login page I'd enter the username and password but when I click login I'm not redirected to my landing page.
I get a 200 from
http://localhost:3001/auth/local/login
and my JWT token is there, but then I get a 401 from http://localhost:3001/auth/me
:sadboi:11 replies