Skip to content

Releases: panva/oauth4webapi

v2.14.0

15 Sep 14:16
Compare
Choose a tag to compare

Features

  • add non-repudiation signature validation methods (0916de2)

Documentation

  • update JSDoc to use more link syntax (d78f090)
  • update various comments and documentation (9c3f1ed)

v2.13.0

10 Sep 07:30
Compare
Choose a tag to compare

Features

  • build: add jsr.io distribution (dc6157f)

v2.12.2

09 Sep 15:05
Compare
Choose a tag to compare

Refactor

  • error msg when ID Token aud is an array and azp is missing (68e0338)
  • remove redundant checks (763b3d0)

Documentation

  • remove non-described parameter JSDoc tags (b1507b9)
  • update README.md (9d1377b)

v2.12.1

03 Sep 18:23
Compare
Choose a tag to compare

Fixes

  • use correct "htm" in DPoP Proof via protectedResourceRequest (3ce3be2), closes #132

v2.12.0

19 Aug 10:55
Compare
Choose a tag to compare

Features

  • graduate jwksCache to stable API (0e0e1d2)

Documentation

  • move clockSkew and clockTolerance docs to the symbol (3b5d2ea)
  • update clockSkew and clockTolerance docs (c97313a)

v2.11.1

20 Jun 09:14
Compare
Choose a tag to compare

Fixes

  • allow ID Token auth_time to be present even if client.require_auth_time is false (caa9ab3)

v2.11.0

19 Jun 10:31
Compare
Choose a tag to compare

Features

  • add experimental support for edge compute runtimes JWKS caching (15b7aff)

Refactor

  • update maxAge option type check error message (7fe3454)

Documentation

  • clarify documentation is more an API Reference (c96c8e0)
  • update example import (651e8ea)
  • updates for readability and consistency (b1b8b7d)

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)