From d01cc08faac9f9ceb7d6ac3898688fdf6917e70b Mon Sep 17 00:00:00 2001 From: Ryan Chard Date: Sat, 2 Sep 2023 10:17:40 +1200 Subject: [PATCH] Add changelog --- ..._101610_rchard_add_token_login_manager.rst | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 changelog.d/20230902_101610_rchard_add_token_login_manager.rst diff --git a/changelog.d/20230902_101610_rchard_add_token_login_manager.rst b/changelog.d/20230902_101610_rchard_add_token_login_manager.rst new file mode 100644 index 000000000..278557842 --- /dev/null +++ b/changelog.d/20230902_101610_rchard_add_token_login_manager.rst @@ -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. +..