Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/npm_and_yarn/passport-0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjmcgrath committed Oct 7, 2022
2 parents bcf9b57 + 0602619 commit f6b15a6
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 16 deletions.
2 changes: 2 additions & 0 deletions README.md
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
28 changes: 14 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -12,8 +12,8 @@
"node": ">=10 < 13 || >=14"
},
"dependencies": {
"@types/express": "^4.17.13",
"@types/jsonwebtoken": "^8.5.8",
"@types/express": "^4.17.14",
"@types/jsonwebtoken": "^8.5.9",
"debug": "^4.3.4",
"jose": "^2.0.6",
"limiter": "^1.1.5",
Expand Down

0 comments on commit f6b15a6

Please sign in to comment.