Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support iterable requested_scopes everywhere #185

Merged
merged 2 commits into from
Apr 13, 2017

Conversation

sirosen
Copy link
Member

@sirosen sirosen commented Apr 13, 2017

You can pass an iterable like a list of strings and we'll join with spaces. Applies to both forms of 3-legged oauth flow, and to client credentials grants.
Includes several tests to ensure that it's all working, and a round of documentation updates to make sure people know it's there.

Closes #184

sirosen added 2 commits April 12, 2017 23:40
You can pass an iterable like a list of strings and we'll join with
spaces. Applies to both forms of 3-legged oauth flow, and to client
credentials grants.
Includes several tests to ensure that it's all working.

Missing doc updates.

Resolves globus#184
Native App and base 3-legged OAuth flow params are now directly
documented on the oauth2_start_flow() methods, and that documentation is
somewhat improved. Example linkage into the examples section, and
external documentation linkage has been added there as well.

This results in duplicated docs -- for both the oauth2_start_flow()
helpers, and the underlying class initializers. If that's the cost of
having better docs, so be it.
@corpulentcoffee corpulentcoffee merged commit a881bc4 into globus:master Apr 13, 2017
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