Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.12.0 #204

Merged
merged 1 commit into from
Dec 8, 2020
Merged

Release 1.12.0 #204

merged 1 commit into from
Dec 8, 2020

Conversation

davidpatrick
Copy link
Contributor

[1.12.0] - (2020-12-08)

Added

Deprecation
We are deprecating passing in a jwksObject to the client for reasons laid out in #292. In order to load keys from anything other than the jwksUri, please use the getKeysInterceptor.

  const client = new JwksClient({ 
    jwksUri: 'https://my-enterprise-id-provider/.well-known/jwks.json',
    getKeysInterceptor: (cb) => {
      const file = fs.readFileSync(jwksFile);
      return cb(null, file.keys);
    }
  });

@davidpatrick davidpatrick requested a review from a team as a code owner December 8, 2020 04:20
@davidpatrick davidpatrick merged commit 26d760b into master Dec 8, 2020
@davidpatrick davidpatrick deleted the prepare/1.12.0 branch December 8, 2020 17:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants