Cors problems with Cookie Requests
I am in the process of implementing JWT authentication via cookies and am unfortunately faced with the problem that the first authentication always works without any problems. I get a cookie back in the response from the auth server (with jwt). Now I want to send this cookie with every subsequent request so that the server can validate the JWT token. Unfortunately, however, I always get the problem that CORS causes problems after I go to a secure endpoint as a test.