08-26-2019 13:25 PDT
- Don't auto-generate code_verifier by default. (#48)
- Add renovate.json (#56)
- Add
get_user_credentialsfunction 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_typeparameter 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.