issues
search
google
/
oauth2l
oauth2l ("oauth tool") is a simple CLI for interacting with Google API authentication.
Apache License 2.0
651
stars
81
forks
source link
Add support for PKCE
#136
Closed
andyrzhao
closed
2 years ago
andyrzhao
commented
2 years ago
Adds PKCE params to fetch code-path, using helper function from pkce.go.
Updates go mod version to 1.16 since the latest version of oauth2 core lib has a dependency on 1.16 API. Update vendors.
Ensure hostname is fully specified (i.e. localhost:8080 instead of :8080) in cli_test.go and loopback.go, to avoid a MacOS security pop-up.
ulisesL
commented
2 years ago
LGTM