Skip to content

Releases: panva/oauth4webapi

v1.4.0

08 Nov 08:51
Compare
Choose a tag to compare

Features

  • add bun as a supported runtime (707efd1)

v1.3.0

31 Oct 09:35
Compare
Choose a tag to compare

Features

  • allow to skip JWT signature validation on select responses (44d9114)

v1.2.2

04 Nov 16:34
Compare
Choose a tag to compare

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

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)