-
-
Notifications
You must be signed in to change notification settings - Fork 393
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: FAPIClient is renamed to FAPI1Client
BREAKING CHANGE: FAPIClient is renamed to FAPI1Client BREAKING CHANGE: FAPI1Client has default algorithms set to PS256 rather than RS256 BREAKING CHANGE: FAPI1Client has default tls_client_certificate_bound_access_tokens set to true BREAKING CHANGE: FAPI1Client has default response_types set to `id_token code` and grant_types accordingly BREAKING CHANGE: FAPI1Client has no token_endpoint_auth_method set, one must be set explicitly
- Loading branch information
Showing
11 changed files
with
267 additions
and
140 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.