1.2.1 (2024-07-08)
1.2.0 (2023-12-12)
1.1.0 (2023-09-07)
- Adding support to specify browser while launching browser to authention (#305) (1a9dca8), closes #303
- Pass thru OAuth audience during InstalledAppFlow.run_local_server (#300) (fe08531)
1.0.0 (2023-02-06)
- PKCE is enabled by default. (#269)
0.8.0 (2022-12-08)
- Add support for Python 3.11 (#253) (85fd1da)
- Introduce granted scopes to credentials (#257) (51fef3b)
0.7.1 (2022-11-03)
0.7.0 (2022-10-25)
- setup.py: increase required google-auth version to >=2.13.0 (f8a15f7)
0.6.0 (2022-10-20)
0.5.3 (2022-09-02)
0.5.2 (2022-06-03)
0.5.1 (2022-03-15)
0.5.0 (2022-02-24)
0.4.6 (2021-08-30)
0.4.5 (2021-07-26)
- fix links to installed app, client secrets docs (#86) (e8e5dbb), closes #85
- omit mention of Python 2.7 in 'CONTRIBUTING.rst' (#1127) (#126) (8806324), closes #1126
- add Samples section to CONTRIBUTING.rst (#134) (1599a97)
0.4.4 (2021-03-29)
0.4.3 (2021-02-12)
- add
charset-utf-8
to response header (#104) (53e31e2) - deps: add lower bounds to all dependencies (#99) (5587c6a)
0.4.2 (2020-10-28)
08-26-2019 13:25 PDT
- Don't auto-generate code_verifier by default. (#48)
- Add renovate.json (#56)
- 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) (#41)
- Populate id_token into credentials from oauth2session (#20)
- Carry token expiry from oauth2session into Credentials object (#18) (#19)
- Accept redirect_uri as arg to flow creating classmethods. (#17)
- Allow
access_type
parameter to be overriden inFlow
(#16) - Use a test port that is less likely to be taken (#12)
- Documentation updates
Add command line tool.
Initial release. This package contains the functionality previously located in google.oauth2.oauthlib
and google.oauth2.flows
.