Skip to content

Releases: panva/oauth4webapi

v2.10.4

29 Mar 11:27
Compare
Choose a tag to compare

Refactor

  • types: add explicit type to all exported functions (76e8d19)
  • types: add explicit type to all exported symbols (c66c595)
  • types: protectedResourceRequest method argument is just a string (a15d76c)

Documentation

  • mention RFC 6750 in validateJwtAccessToken (f61b68e), closes #115

v2.10.3

07 Feb 12:32
Compare
Choose a tag to compare

Refactor

  • make protectedResourceRequest headers argument optional (bcbc872)

Documentation

v2.10.2

05 Feb 09:27
Compare
Choose a tag to compare

Fixes

  • normalize authorization_details and max_age in issueRequestObject (f8d267e)

v2.10.0

04 Feb 20:57
Compare
Choose a tag to compare

Features

  • types: add interfaces for RFC 9396 (Rich Authorization Requests) (1c606ea)

Refactor

  • some biome identified smells and less non-null assertions (bc508f6)

Documentation

  • update customFetch and useMtlsAlias a bit (627e716)

Fixes

  • types: add missing and optional scope to interfaces (5dc6d17)

v2.9.0

02 Feb 14:16
Compare
Choose a tag to compare

Features

  • graduate recently added experimental features to stable API (94da0c9)

v2.8.1

24 Jan 07:52
Compare
Choose a tag to compare

Fixes

  • check that DPoP Proof iat is recent enough (a6159e3)

v2.8.0

23 Jan 23:13
Compare
Choose a tag to compare

Features

  • add experimental support for validating JWT Access Tokens (f65deae)

v2.7.0

18 Jan 21:13
Compare
Choose a tag to compare

Features

  • allow fragment response as URL in validateDetachedSignatureResponse (bcbe2f5)

v2.6.0

11 Jan 20:00
Compare
Choose a tag to compare

Features

  • add experimental support for FAPI 1.0 (6b6b496)

Refactor

  • reorganize experimental features (c8479b4)

Documentation

v2.5.0

10 Jan 07:52
Compare
Choose a tag to compare

Features

  • add experimental customize fetch option (e98c1aa), closes #94
  • add experimental support for mtls_endpoint_aliases (f1cb365)
  • allow all of HeadersInit for HttpRequestOptions.headers (a5fe73c)

Refactor

  • fetch url resolution and validation (b2e62a6)

Documentation

  • fix ToC anchors to symbol properties (ed01dcf)
  • return hierarchy to markdown docs (7d3b414)