v2.2.2
Bugfix
node
- Maintain token type in
getSessionIdFromStorage
: When loading a session from storage on the server
(usinggetSessionIdFromStorage
), 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 toDPoP
when logging
the session back in on load from storage, causing authentication issues.
Full Changelog: v2.2.1...v2.2.2