-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* remove default values from `attrs.frozen` classes with `init=False`, since those defaults are part of the init method. * call `__attrs_init__` *after* checking the arguments in `PrivateKeyJwt` instead of *before* * fix typos * move common `alg` attribute from `ClientSecretJwt` and `PrivateKeyJwt` subclasses to `BaseClientAssertionAuthenticationMethod` parent class * freeze all attributes except `interval` in `BaseTokenEndpointPoolingJob` * add missing `Raises` section in `client_auth_factory` docstring * use `OAuth2AccessTokenAuth` as base class for all OAuth2 auth handlers, remove `BaseOAuth2RenewableTokenAuth` and `BaseOAuth2RefreshTokenAuth` which are useless in practice. * fix typo in `Endpoints.INSTROSPECTION` (extra S) * turn `code_challenge` into a `cached_property` in `AuthorizationRequest` * fix warnings in tests
- Loading branch information
Showing
13 changed files
with
154 additions
and
174 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.