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

Session cookie named oidc is not HTTP only #901

Open
ErvinRacz opened this issue Jan 17, 2025 · 0 comments
Open

Session cookie named oidc is not HTTP only #901

ErvinRacz opened this issue Jan 17, 2025 · 0 comments

Comments

@ErvinRacz
Copy link
Contributor

Name: Nebraska backend
Action Needed: server.go implementation needs to be adjusted

Summary:
Session cookie named oidc is not HTTP only. It stores the refresh token. HTTP-only cookies allow us to store sensitive data, such as refresh tokens, in a way that cannot be accessed by JavaScript. This means that even if there are vulnerabilities in your code or third-party libraries, a hacker won't be able to retrieve the refresh token.

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant