You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`httpx_auth.JsonTokenFileCache` and `httpx_auth.TokenMemoryCache``get_token` method does not handle kwargs anymore, the `on_missing_token` callable does not expect any arguments anymore.
13
+
9
14
## [0.21.0] - 2024-02-19
10
15
### Added
11
16
- Publicly expose `httpx_auth.SupportMultiAuth`, allowing multiple authentication support for every `httpx` authentication class that exists.
@@ -245,7 +250,8 @@ Note that a few changes were made:
0 commit comments