ibm-cloud-security / appid-serversdk-nodejs

Node.js SDK for the IBM Cloud App ID service
Apache License 2.0
30 stars 36 forks source link

Refactor for KeepSession #274

Closed jay-mack closed 1 year ago

jay-mack commented 1 year ago

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.

github-actions[bot] commented 1 year ago

:tada: This issue has been resolved in version 7.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: