bezkoder/spring-boot-security-login

Access Content doesn't work

bogu399 opened this issue · 1 comments

I did the tutorial on this link to Spring Boot 3. Everything is fine with register and auth. I got the cookie but when I tried access /api/test/mod I got 401 ever. I tried with postman, exactly like the tutorial and with python lib requests.

Register
image

Login
image

Get Mod content
cookie
image
request
image

ricoom commented

I am experiencing the same problem