Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Commit

Permalink
fix: authts#314 document signingKeys is unused
Browse files Browse the repository at this point in the history
  • Loading branch information
pamapa committed Jan 17, 2022
1 parent 5f68db7 commit d9d79fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ provider:
- authorization_endpoint
- userinfo_endpoint
- end_session_endpoint
- jwks_uri
- [signingKeys](interfaces/UserManagerSettings.html#signingKeys) (which is the
`keys` property of the `jwks_uri` endpoint)
- [metadataSeed](interfaces/UserManagerSettings.html#metadataSeed) can be used
to seed or add additional values to the results of the discovery request.

Expand Down
2 changes: 2 additions & 0 deletions docs/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ removed.
their behavior
- restricted `response_type` to `code` flow only (PKCE remains optional)
- as in oidc-client 1.x, OAuth 2.0 hybrid flows are not supported
- the property `signingKeys` is unused, unless the MetaDataService with this feature is used
outside of this library.

### [UserManagerSettings](https://authts.github.io/oidc-client-ts/interfaces/UserManagerSettings.html)

Expand Down

0 comments on commit d9d79fd

Please sign in to comment.