Skip to content

Conversation

@rayluo
Copy link
Contributor

@rayluo rayluo commented Jun 18, 2019

No description provided.

Jann Roder and others added 5 commits June 18, 2019 09:28
Although not strictly enforced (by pylint) in this repo,
we don't want to noticeably exceed that limit.
https://www.python.org/dev/peps/pep-0008/#maximum-line-length
Pass through verify flag and fix scopes default value
The previous default None value would cause an exception in our code decorate_scope().
The fix is to change the previously optional scopes parameter to required.
This kind of api surface change would usually be a breaking change, but in this case it is not,
because the previous default value would cause exception so it was in fact required.
FWIW, you can still explicitly use empty list [] as scope,
and the response would contain id_token and refresh_token, but no access_token.
…assword-flow

Change an optional scopes parameter to be required
@rayluo rayluo merged commit 74df5ee into release-0.4.1 Jun 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants