-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [1.2.0](1.1.0...1.2.0) (2023-12-10) ### Features * Add timeout and retries for OAuth2 requests ([20d6000](20d6000)) * Add timeout for OAuthCallbackHttpServer[#wait](https://github.com/timo-reymann/python-oauth2-cli-auth/issues/wait)_for_code to prevent CLI hangs ([603ce83](603ce83)) * Supress log messages from http handler ([2ceb3dc](2ceb3dc))
- Loading branch information
1 parent
2ceb3dc
commit d08daab
Showing
2 changed files
with
10 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "oauth2-cli-auth" | ||
version = "1.1.0" | ||
version = "1.2.0" | ||
description = "Authenticate against OAuth2 Provider in Python CLIs" | ||
authors = ["Timo Reymann <[email protected]>"] | ||
license = "MIT" | ||
|