Skip to content

Releases: auth0/node-jwks-rsa

v4.1.0

Choose a tag to compare

@github-actions github-actions released this 19 Jun 08:34
9f8bbdb

Added

  • feat: add cacheMaxAgeFallback and onStaleCacheFallback for graceful JWKS degradation during outages #502 (cschetan77)

v4.0.1

Choose a tag to compare

@github-actions github-actions released this 02 Mar 10:49
d319e7d

Changed

v4.0.0

Choose a tag to compare

@github-actions github-actions released this 27 Feb 08:33
ed91a13

⚠️ BREAKING CHANGES

v3.2.2

Choose a tag to compare

@github-actions github-actions released this 23 Jan 12:10
67f55ff

Fixed

  • fix: jwksUri should be optional when custom fetcher is provided #477 (cschetan77)

v3.2.1

Choose a tag to compare

@github-actions github-actions released this 16 Jan 09:19
6b48ed5

Added

Fixed

  • fix: Migrate to WHATWG URL API from node's core url #465 (cschetan77)
  • fix: Moving @types/express to dev and re generating package lock #464 (cschetan77)

v3.2.0

Choose a tag to compare

@github-actions github-actions released this 18 Mar 14:22
8cb4bd9

Changed

Fixed

  • [Fix] Change type of unused req param to unknown to resolve type conflicts #394 (zackdotcomputer)
  • fix(compat): ensure WebCryptoAPI runtime imported keys are re-exportable #409 (panva)
  • fix: express-jwt types #412 (jfromaniello)

v3.1.0

Choose a tag to compare

@adamjmcgrath adamjmcgrath released this 05 Oct 15:38
115b545

Added

  • feat: resolve bun/deno compat issues #374 (panva)

v3.0.1

Choose a tag to compare

@auth0-oss auth0-oss released this 12 Jan 19:01
b4be339

Fixed

v3.0.0

Choose a tag to compare

@auth0-oss auth0-oss released this 01 Nov 16:57
82e4adb

⚠️ BREAKING CHANGES

This release drops support for Node 10 and 12

v2.1.5

Choose a tag to compare

@auth0-oss auth0-oss released this 10 Oct 14:03
83e9327

Fixed

  • Fix GetVerificationKey typing to include undefined #329 (AaronMoat)

fixes #325