Skip to content

v2.2.2

Compare
Choose a tag to compare
@NSeydoux NSeydoux released this 18 Jun 11:52
47822c4

Bugfix

node

  • Maintain token type in getSessionIdFromStorage: When loading a session from storage on the server
    (using getSessionIdFromStorage), the token type (i.e. DPoP-bound or not, referred to as Bearer) is
    now consistent with the token type initially associated with the session. Previously, regardless of
    the token type requested when logging the session in, the token type defaulted to DPoP when logging
    the session back in on load from storage, causing authentication issues.

Full Changelog: v2.2.1...v2.2.2