Releases: timo-reymann/python-oauth2-cli-auth
Releases · timo-reymann/python-oauth2-cli-auth
2.0.0
2.0.0 (2025-06-26)
⚠ BREAKING CHANGES
- Drop support for python 3.9
Features
- Added client_secret support and refresh token functionality (#90) (13b34ae)
Bug Fixes
- Drop support for python 3.9 (ee196e0)
1.6.2
1.6.2 (2025-04-05)
Bug Fixes
- restore python 3.9 compatibility (2af5adb)
1.6.1
1.6.1 (2025-03-27)
Bug Fixes
- URL encode spaces in callback scope parameter (aa5db4c)
1.6.0
1.6.0 (2025-03-20)
Features
1.5.0
1.5.0 (2024-08-09)
Features
1.4.0
1.4.0 (2024-05-19)
Features
- Add pydoctor-theme submodule (fc33d1c)
1.3.0
1.3.0 (2024-05-16)
Features
- code_grant: Add exchange_code_for_response (995debc)
- open_browser: Allow to override open browser display instruction method (ebca482)
Bug Fixes
- Fix return type for HttpServer#wait_for_code (83baf8f)
1.2.0
1.2.0 (2023-12-10)
Features
- Add timeout and retries for OAuth2 requests (20d6000)
- Add timeout for OAuthCallbackHttpServer#wait_for_code to prevent CLI hangs (603ce83)
- Supress log messages from http handler (2ceb3dc)
1.1.0
1.1.0 (2023-12-09)
Features
1.0.2
1.0.2 (2023-12-09)
Bug Fixes