Skip to content

Commit

Permalink
Merge pull request #284 from auth0/adamjmcgrath-patch-1
Browse files Browse the repository at this point in the history
Add note about JWK types and JWS Algorithms
  • Loading branch information
adamjmcgrath committed Feb 24, 2022
2 parents 61b5740 + f5eb640 commit 1477fdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ jobs:
LANG: en_US.UTF-8
steps:
- checkout
- run:
name: Update NPM version
command: sudo npm install -g npm@latest
- ship/node-install-packages
- run:
name: Run Linter
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ A library to retrieve signing keys from a JWKS (JSON Web Key Set) endpoint.

> npm install --save jwks-rsa
Supports all currently registered JWK types and JWS Algorithms, see [panva/jose#262](https://github.com/panva/jose/issues/262) for more information.

## Usage

You'll provide the client with the JWKS endpoint which exposes your signing keys. Using the `getSigningKey` you can then get the signing key that matches a specific `kid`.
Expand Down

0 comments on commit 1477fdc

Please sign in to comment.