Skip to content

Create a permissions system #93

@coder13

Description

@coder13

This is to eventually allow events that certain users can create along with hiding information from certain users (admin info) to whoever has an admin roll.

Most likely I'll just add another property to the users table such as:

permissions: {
  admin: true,
  etc...
}

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions