haskell-servant / servant

Main repository for the servant libraries — DSL for describing, serving, querying, mocking, documenting web applications and more!
https://docs.servant.dev/
1.8k stars 407 forks source link

Cookie sets the JWT-Cookie to http only but doesn't readd from the Cookie header #1752

Closed MangoIV closed 2 months ago

MangoIV commented 2 months ago

basically what the headline says: Cookie in Auth sets the JWT-Cookie to http only but doesn't read from the Cookie header, how am I supposed to pass the jwt cookie to the backend if js cannot read the cookie and put it as Bearer into an Authorization Header?

I would expect that either