Releases: panva/oauth4webapi
Releases · panva/oauth4webapi
v2.14.0
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
Features
- build: add jsr.io distribution (dc6157f)
v2.12.2
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
Fixes
- use correct "htm" in DPoP Proof via protectedResourceRequest (3ce3be2), closes #132
v2.12.0
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
Fixes
- allow ID Token auth_time to be present even if client.require_auth_time is false (caa9ab3)
v2.11.0
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
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
Refactor
- make protectedResourceRequest headers argument optional (bcbc872)
Documentation
v2.10.2
Fixes
- normalize authorization_details and max_age in issueRequestObject (f8d267e)