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
In version 0.6.0, passport triggers a session regeneration (v5 vs v6), this is triggered automatically. The way the SDK is currently written, there is no way for the end user to pass KeepSession: true to this regeneration function.
A fix was implemented so the SDK passes the "keepSessionInfo" so this merge occurs.
This needs to be refactored so that the user can pass this param instead.
The text was updated successfully, but these errors were encountered:
In version 0.6.0, passport triggers a session regeneration (v5 vs v6), this is triggered automatically. The way the SDK is currently written, there is no way for the end user to pass
KeepSession: true
to this regeneration function.A fix was implemented so the SDK passes the "keepSessionInfo" so this merge occurs.
This needs to be refactored so that the user can pass this param instead.
The text was updated successfully, but these errors were encountered: