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
Bug fixes for JWT with scope and token extras
#124
Closed
andyrzhao
closed
3 years ago
andyrzhao
commented
3 years ago
JWT path should fail-fast if neither scope nor audience is provided (fixes integration test.)
JWT path should pre-process scopes and append prefixes if applicable.
Token extras (such as "id_token") was not being cached and retrieved from cache correctly. Also add support for "scope" as token extra.