node-jwks-rsa icon indicating copy to clipboard operation
node-jwks-rsa copied to clipboard

A library to retrieve RSA public keys from a JWKS (JSON Web Key Set) endpoint.

Results 29 node-jwks-rsa issues
Sort by recently updated
recently updated
newest added

### Description Updates the project readme to match the new standard - Updates readme structure - Moves existing code samples out into a dedicated examples document Still needs the new...

### Auth0 SRE - Add `opslevel.yml` Adds an OpsLevel YAML definition file `opslevel.yml`. This file allows OpsLevel to automatically track ownership and metadata about CIC services and repositories. This work...

### Description There's a vulnerability in "jose" package that got fixed in 4.15.5 version. Follow the link in the reference section for details. ### Reference: https://github.com/Tenovos/tenovos-platform/security/dependabot/13

Bumps [jose](https://github.com/panva/jose) from 4.15.4 to 4.15.5. Release notes Sourced from jose's releases. v4.15.5 Fixes add a maxOutputLength option to zlib inflate (1b91d88), fixes CVE-2024-28176 Changelog Sourced from jose's changelog. 4.15.5...

dependencies
javascript

### Checklist - [X] I have looked into the [Readme](https://github.com/auth0/node-jwks-rsa#readme) and [Examples](https://github.com/auth0/node-jwks-rsa/blob/master/EXAMPLES.md), and have not found a suitable solution or answer. - [X] I have searched the [issues](https://github.com/auth0/node-jwks-rsa/issues) and have...

### Checklist - [X] I have looked into the [Readme](https://github.com/auth0/node-jwks-rsa#readme) and [Examples](https://github.com/auth0/node-jwks-rsa/blob/master/EXAMPLES.md), and have not found a suitable solution or answer. - [X] I have searched the [issues](https://github.com/auth0/node-jwks-rsa/issues) and have...

Bumps [jose](https://github.com/panva/jose) from 4.14.6 to 4.15.5. Release notes Sourced from jose's releases. v4.15.5 Fixes add a maxOutputLength option to zlib inflate (1b91d88), fixes CVE-2024-28176 v4.15.4 Fixes types: export GetKeyFunction (#592)...

dependencies
javascript

### Description This PR resolves #393 by relaxing the type requirements around the `req` parameter in the callbacks returned by both the `expressJwtSecret` and `passportJwtSecret` integrations. This parameter is not...

### Checklist - [X] I have looked into the [Readme](https://github.com/auth0/node-jwks-rsa#readme) and [Examples](https://github.com/auth0/node-jwks-rsa/blob/master/EXAMPLES.md), and have not found a suitable solution or answer. - [X] I have searched the [issues](https://github.com/auth0/node-jwks-rsa/issues) and have...

bug