Tags: timo-reymann/python-oauth2-cli-auth
Tags
chore(release): 1.3.0 [skip ci] ## [1.3.0](1.2.0...1.3.0) (2024-05-16) ### Features * **code_grant:** Add exchange_code_for_response ([995debc](995debc)) * **open_browser:** Allow to override open browser display instruction method ([ebca482](ebca482)) ### Bug Fixes * Fix return type for HttpServer[#wait](https://github.com/timo-reymann/python-oauth2-cli-auth/issues/wait)_for_code ([83baf8f](83baf8f))
chore(release): 1.2.0 [skip ci] ## [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))