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

Make Permissions Functional #2

Open
sperrys opened this issue Feb 2, 2017 · 0 comments
Open

Make Permissions Functional #2

sperrys opened this issue Feb 2, 2017 · 0 comments
Assignees
Labels

Comments

@sperrys
Copy link
Collaborator

sperrys commented Feb 2, 2017

We have two user groups. The team captains, and the BAA admins. We are using permissions to limit the type of api calls that each group can make. Basically, the BAA admins can access any api endpoint while the team captains really should only be able to login and update the status of the volunteers assigned to them. Permissions will let us basically filter the api calls based on the type of user.

http://www.django-rest-framework.org/api-guide/permissions/

We have no functionality or files for this right now.

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

2 participants