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

state value is not removed when cookie based session storage is used #90

Open
gabriel-forro-bp opened this issue May 14, 2024 · 0 comments

Comments

@gabriel-forro-bp
Copy link

The value of the state parameter is not removed from the session after successful authentication when a cookie based session storage is used in the application. The state is unset in the implementation but the new session is not committed in the response so the value stays in the session until the end of the validity of the session.
The session size is limited by the cookie size (4096 bytes) and therefore it would be nice to get rid of session values, which are useless.

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