-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
34 additions
and
0 deletions.
There are no files selected for viewing
34 changes: 34 additions & 0 deletions
34
changelog.d/20230902_101610_rchard_add_token_login_manager.rst
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
.. A new scriv changelog fragment. | ||
.. | ||
.. Uncomment the header that is right (remove the leading dots). | ||
.. | ||
New Functionality | ||
^^^^^^^^^^^^^^^^^ | ||
.. | ||
- Added a new AuthorizerLoginManager to create a login_manager from existing tokens. This removes the need to implement a custom login manager to create a client from authorizers. | ||
.. | ||
.. Bug Fixes | ||
.. ^^^^^^^^^ | ||
.. | ||
.. - A bullet item for the Bug Fixes category. | ||
.. | ||
.. Removed | ||
.. ^^^^^^^ | ||
.. | ||
.. - A bullet item for the Removed category. | ||
.. | ||
.. Deprecated | ||
.. ^^^^^^^^^^ | ||
.. | ||
.. - A bullet item for the Deprecated category. | ||
.. | ||
.. Changed | ||
.. ^^^^^^^ | ||
.. | ||
.. - A bullet item for the Changed category. | ||
.. | ||
.. Security | ||
.. ^^^^^^^^ | ||
.. | ||
.. - A bullet item for the Security category. | ||
.. |