Skip to content
This repository has been archived by the owner on Jul 7, 2019. It is now read-only.

Implement REST API permissions for staff only #178

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from

Conversation

kevinschoonover
Copy link
Contributor

Restricts the REST API permissions to only allow staff to have complete
permissions on the API. All other users only have access to "safe"
permissions that does not modify any data.

Moreover, the REST API tests have been completely refactored to be much
more generic.

closes: #177

Restricts the REST API permissions to only allow staff to have complete
permissions on the API. All other users only have access to "safe"
permissions that does not modify any data.

Moreover, the REST API tests have been completely refactored to be much
more generic.
@kevinschoonover kevinschoonover force-pushed the feature/api-permissions branch from 856257a to 86c77dd Compare March 31, 2018 01:51
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implemeted REST permissions
4 participants