I have followed your spring boot 3 and angular 17 JWT tutorial. Everything is working fine except JWT.
- I am able login, and refresh token is created
- I am able to see httpOnly cookie in my frontend response
- but for subsequent requests token is not being sent to backend
- backend it shows "AnonymousUser"
I have followed your spring boot 3 and angular 17 JWT tutorial. Everything is working fine except JWT.