OperationCode / operationcode_backend

This is the backend repo for the Operation Code website
https://operationcode.org
MIT License
62 stars 110 forks source link

Adds roles for varied access #290

Closed hpjaj closed 6 years ago

hpjaj commented 6 years ago

Description of changes

Creates a Role table giving certain users the ability to have varied access. This is accomplished in conjunction with Pundit.

Todo

Issue Resolved

Fixes #289

apex-omontgomery commented 6 years ago

Could this be a good way to add a role for the slack bot?

hpjaj commented 6 years ago

No, but good thinking. We're going to need to be more secure than that. We'll be going through more of a token based authentication process.