Releases: panva/oauth4webapi
Releases · panva/oauth4webapi
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)
v1.0.5
Fixes
- allow zero-length scope in token endpoint responses (#15) (d54c821)
v1.0.4
Fixes
- do not set a user-agent in CORS-enabled runtimes (8899a6b), closes #13
v1.0.3
Fixes
- skip recalculating dpop_jkt in PAR if already set (9499ccd)