LetsCube icon indicating copy to clipboard operation
LetsCube copied to clipboard

Create a permissions system

Open coder13 opened this issue 3 years ago • 0 comments

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...
}

coder13 avatar May 29 '21 14:05 coder13