Skip to content

Commit

Permalink
Merge pull request #327 from auth0/adamjmcgrath-patch-2
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
adamjmcgrath committed Oct 7, 2022
2 parents f023862 + bdf4f0c commit 0602619
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ const signingKey = key.getPublicKey();
- `requestHeaders`: (_optional_) an object of headers to pass to the request
- `requestAgent`: (_optional_) a Node `http.Agent` to be passed to the http(s) request
- `getKeysInterceptor`: (_optional_) a promise returning function hook [(details)](#loading-keys-from-local-file-environment-variable-or-other-externals)
- `cacheMaxAge`: (_optional_) the duration for which to store a cached JWKS in ms (default 600,000 or 10 minutes)
- `jwksRequestsPerMinute`: (_optional_) max number of requests allowed to the JWKS URI per minute (defaults to 10)

### Caching

Expand Down

0 comments on commit 0602619

Please sign in to comment.