Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Disable cookies for client routes #135

Open
simonhir opened this issue Sep 5, 2024 · 0 comments
Open

[Bug] Disable cookies for client routes #135

simonhir opened this issue Sep 5, 2024 · 0 comments
Labels
Component: API-Gateway Issues regarding the API Gateway Priority: Medium The issue contains work with medium priority. Type: Bug The issue is a bug

Comments

@simonhir
Copy link
Member

simonhir commented Sep 5, 2024

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)

it-at-m/digiwf-core#1397

@simonhir simonhir added the Type: Bug The issue is a bug label Sep 5, 2024
@devtobi devtobi added Priority: High The issue contains work with high priority. Priority: Medium The issue contains work with medium priority. Component: API-Gateway Issues regarding the API Gateway and removed Priority: Medium The issue contains work with medium priority. labels Sep 5, 2024
@simonhir simonhir added Priority: Medium The issue contains work with medium priority. and removed Priority: High The issue contains work with high priority. labels Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: API-Gateway Issues regarding the API Gateway Priority: Medium The issue contains work with medium priority. Type: Bug The issue is a bug
Projects
Status: Open
Development

No branches or pull requests

2 participants