You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 defaultPHP
(e.g., usingDB
). This forces the user to log in again.This issue is the continuation of #1021 and #1086. We found that the
SameSite
option for thehm_session
cookie remains set toStrict
instead ofLax
when using a different SESSION_TYPE.The text was updated successfully, but these errors were encountered: