v3.0.0 #142
v3.0.0
#142
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
⚠ BREAKING CHANGES
DPoP()
exported function. This returns a handle that also maintains its own LRU nonce cachesprocessAuthorizationCodeOpenIDResponse()
method was removed in favour ofprocessAuthorizationCodeResponse()
processAuthorizationCodeOAuth2Response()
method was removed in favour ofprocessAuthorizationCodeResponse()
processRefreshTokenResponse()
orprocessDeviceCodeResponse()
auth_time
is now required in all ID Tokens if client.default_auth_time is setallowInsecureRequests
in theHttpRequestOptions
interface to revert this behaviour.isOAuth2Error()
helper, all functions that used to possibly return an OAuth2Error now reject with ResponseBodyError or AuthorizationResponseError insteadparseWwwAuthenticateChallenges()
, all functions verify processResponse
now reject withWWWAuthenticateChallengeError
insteadprotectedResourceRequest()
now rejects withWWWAuthenticateChallengeError
when the Response has oneFeatures
Fixes
Documentation
Refactor
This discussion was created from the release v3.0.0.
Beta Was this translation helpful? Give feedback.
All reactions