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

docs: document difference between scopes and policies #590

Closed
aeneasr opened this issue Sep 28, 2017 · 1 comment
Closed

docs: document difference between scopes and policies #590

aeneasr opened this issue Sep 28, 2017 · 1 comment
Assignees
Milestone

Comments

@aeneasr
Copy link
Member

aeneasr commented Sep 28, 2017

oauth2 scopes say what a token can do, they have usually nothing to do with what a user can do
policies say what a user can do

you might create a token that has access to modify a user's token. the token does not say which photos can be modified, only that it's allowed to modify photos. the policy says which photos are allowed to be modified

@aeneasr aeneasr added the docs label Sep 28, 2017
@aeneasr aeneasr self-assigned this Sep 28, 2017
@aeneasr aeneasr added this to the 1.0.0-alpha1 milestone Sep 28, 2017
@aeneasr aeneasr modified the milestones: 1.0.0-alpha.1, unplanned Feb 9, 2018
@aeneasr
Copy link
Member Author

aeneasr commented Mar 6, 2018

This has been added to the FAQ

@aeneasr aeneasr closed this as completed Mar 6, 2018
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

No branches or pull requests

1 participant