Releases: panva/oauth4webapi
Releases · panva/oauth4webapi
v1.4.0
Features
- add bun as a supported runtime (707efd1)
v1.3.0
Features
- allow to skip JWT signature validation on select responses (44d9114)
v1.2.2
Refactor
- add a type check on AbortSignal (b013fef)
- align argument and function names in assert functions (8ea65f6)
- update "as" error messages (3e894f5)
v1.2.1
This release
- moves the package on npm from
@panva/oauth4webapi
to just oauth4webapi
- moves the package on deno.land/x from
doauth
to oauth4webapi
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.
v1.2.0
Features
- add experimental EdDSA (Ed25519) JWS algorithm support (f70d4d5)
v1.1.4
Fixes
- typescript: resolve ts4.8 issue (572c6de)
v1.1.3
This release contains only code refactoring and documentation updates.
v1.1.2
This release contains only code refactoring and documentation updates.
v1.1.1
Fixes
- processing pure oauth2 code response ignores invalid id_token parameter values (282705a)
v1.1.0
Features
- allow AbortSignal-returning function as well as an instance (90d21b8)