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

instead of checking roles, we should be checking capabilities #72

Open
jeffreywescott opened this issue Jul 13, 2016 · 0 comments
Open
Labels

Comments

@jeffreywescott
Copy link
Contributor

Right now, there are places all over the code that are checking to see if the given user has a certain role. This is wrong -- instead, we should be checking whether or not the user has a given capability. Ideally, this would just be done by the game service itself, and the CLI would just trust the game service to reject the API calls with a correct response.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant