Releases: panva/oauth4webapi
Releases · panva/oauth4webapi
v2.0.4
v2.0.3
v2.0.1
v2.0.0
⚠ BREAKING CHANGES
- Use the TLS server validation in
processAuthorizationCodeOpenIDResponse
to validate the issuer instead of checking the ID Token's signature. The function'soptions
argument was removed. - Use the TLS server validation in
processDeviceCodeResponse
to validate the issuer instead of checking the optional ID Token's signature. The function'soptions
argument was removed. - Use the TLS server validation in
processIntrospectionResponse
to validate the issuer instead of checking the optional JWT Introspection Response signature. The function'soptions
argument was removed. - Use the TLS server validation in
processRefreshTokenResponse
to validate the issuer instead of checking the optional ID Token's signature. The function'soptions
argument was removed. - Use the TLS server validation in
processUserInfoResponse
to validate the issuer instead of checking the optional JWT UserInfo Response signature. The function'soptions
argument was removed. - PAR w/ DPoP no longer automatically adds
dpop_jkt
to the authorization request. - Removed
calculateJwkThumbprint
function export. - Removed
jwksRequest
function export. - Removed
processJwksResponse
function export.
Refactor
v1.4.1
v1.4.0
v1.3.0
v1.2.2
v1.2.1
This release
- moves the package on npm from
@panva/oauth4webapi
to justoauth4webapi
- moves the package on deno.land/x from
doauth
tooauth4webapi
Otherwise this release contains only code refactoring and documentation updates.
NB: @panva/oauth4webapi
had last npm version released and it now simply re-exports oauth4webapi
to allow existing consumers to obtain updates within the ^1.2.1 semver range.