Closed hpjaj closed 6 years ago
Creates a Role table giving certain users the ability to have varied access. This is accomplished in conjunction with Pundit.
Role
user
Fixes #289
Could this be a good way to add a role for the slack bot?
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.
Description of changes
Creates a
Role
table giving certain users the ability to have varied access. This is accomplished in conjunction with Pundit.Todo
user
serializer to include a user's roleIssue Resolved
Fixes #289