Skip to content

Releases: panva/oauth4webapi

v1.2.1

10 Oct 07:12
Compare
Choose a tag to compare

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

14 Sep 12:51
Compare
Choose a tag to compare

Features

  • add experimental EdDSA (Ed25519) JWS algorithm support (f70d4d5)

v1.1.4

26 Aug 10:02
Compare
Choose a tag to compare

Fixes

  • typescript: resolve ts4.8 issue (572c6de)

v1.1.3

20 Jul 12:18
Compare
Choose a tag to compare

This release contains only code refactoring and documentation updates.

v1.1.2

12 Jul 15:08
Compare
Choose a tag to compare

This release contains only code refactoring and documentation updates.

v1.1.1

04 Jul 15:33
Compare
Choose a tag to compare

Fixes

  • processing pure oauth2 code response ignores invalid id_token parameter values (282705a)

v1.1.0

28 Jun 12:33
Compare
Choose a tag to compare

Features

  • allow AbortSignal-returning function as well as an instance (90d21b8)

v1.0.5

17 Jun 15:18
Compare
Choose a tag to compare

Fixes

  • allow zero-length scope in token endpoint responses (#15) (d54c821)

v1.0.4

09 Jun 19:29
Compare
Choose a tag to compare

Fixes

  • do not set a user-agent in CORS-enabled runtimes (8899a6b), closes #13

v1.0.3

23 May 18:02
Compare
Choose a tag to compare

Fixes

  • skip recalculating dpop_jkt in PAR if already set (9499ccd)