LetsCube
LetsCube copied to clipboard
Create a permissions system
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...
}