Skip to content

Commit

Permalink
Fix PR link in changelog (#207)
Browse files Browse the repository at this point in the history
The current link 404s. Honestly the new link is a bit of a guess but seems to fit and is a likely typo.
  • Loading branch information
samstradling committed Dec 14, 2020
1 parent 26d760b commit ee90de2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Expand Up @@ -2,10 +2,10 @@
## [1.12.0] - (2020-12-08)

**Added**
- Provide an alternative source for supplying keysets [\#292](https://github.com/auth0/node-jwks-rsa/pull/292) ([davidpatrick](https://github.com/davidpatrick))
- Provide an alternative source for supplying keysets [\#202](https://github.com/auth0/node-jwks-rsa/pull/202) ([davidpatrick](https://github.com/davidpatrick))

**Deprecation**
We are deprecating passing in a `jwksObject` to the client for reasons laid out in [\#292](https://github.com/auth0/node-jwks-rsa/pull/292). In order to load keys from anything other than the `jwksUri`, please use the `getKeysInterceptor`.
We are deprecating passing in a `jwksObject` to the client for reasons laid out in [\#202](https://github.com/auth0/node-jwks-rsa/pull/202). In order to load keys from anything other than the `jwksUri`, please use the `getKeysInterceptor`.

```js
const client = new JwksClient({
Expand Down

0 comments on commit ee90de2

Please sign in to comment.