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.
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.