it-at-m / refarch

Collection of different ready to use reference architecture (RefArch) components developed by it@M.
https://opensource.muenchen.de/in-house-development.html
MIT License
2 stars 2 forks source link

[Bug] Disable cookies for client routes #135

Open simonhir opened 1 month ago

simonhir commented 1 month ago

Bug description

Clients routes use JWT for authentication and therefore no cookies are needed. Nevertheless, a cookie is currently set when the routes are used.

Expected behaviour

No cookies are set when using client routes.

Steps for reproduction

Make a request to a client route -> session cookie is set

Affected component

refarch-gateway

Additional context (optional)

https://github.com/it-at-m/digiwf-core/issues/1397