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

OAUTH2 authorization callback issue with some session types #1112

Closed
Yannick243 opened this issue Jul 6, 2024 · 1 comment
Closed

OAUTH2 authorization callback issue with some session types #1112

Yannick243 opened this issue Jul 6, 2024 · 1 comment
Assignees

Comments

@Yannick243
Copy link
Member

When handling the authorization callback from OAuth2 flows like GitHub, the user is being logged out if they have configured the SESSION_TYPE environment variable to something other than the default PHP (e.g., using DB). This forces the user to log in again.

This issue is the continuation of #1021 and #1086. We found that the SameSite option for the hm_session cookie remains set to Strict instead of Lax when using a different SESSION_TYPE.

@Yannick243
Copy link
Member Author

@josaphatim
This can be closed as it has been resolved

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

2 participants