bracket
bracket copied to clipboard
Determine what scopes need to be Defined for OAuth
Currently I have:
- admin : Grants access to all API endpoints and actions
- user : Grants access to most API endpoints and allows actions that may effect entities owned by the user or data stored on the users account.
I also have extra scopes that allow access to certain API endpoints such as 'games, tournaments, teams, users, etc..' but I'm not sure that these are actually necessary.