Releases: googleapis/google-auth-library-python-oauthlib
Releases · googleapis/google-auth-library-python-oauthlib
v0.5.1
0.5.1 (2022-03-15)
Bug Fixes
- avoid deprecated "out-of-band" authentication flow (#186) (f119c4e)
v0.5.0
0.5.0 (2022-02-24)
Features
v0.4.5
Documentation
Miscellaneous Chores
v0.4.4
Bug Fixes
- add redirect_uri_trailing slash param to run_local_server (#111) (666863a)
v0.4.3
Bug Fixes
- add
charset-utf-8
to response header (#104) (53e31e2)
- deps: add lower bounds to all dependencies (#99) (5587c6a)
v0.4.2
Bug Fixes
- don't open browser if port is occupied (#92) (0004057), closes #75
v0.4.1
Implementation Changes
- Don't auto-generate code_verifier by default. (#48)
Internal / Testing Changes
v0.4.0
- Add
get_user_credentials
function to get your user credentials (#40)
- Add noxfile (#43)
- Implement code verifier (PKCE) (#42)
- Use actual server port in redirect_uri to allow automatic assignment (#33)
- Fix links after repo move to googleapis (#41)
v0.3.0
- Use utc when parsing expiration timestamp (#26)
- Allow saving credentials in current directory (#25)