codersforcauses / p2s-backend

p2s rugbyworks backend
MIT License
7 stars 0 forks source link

[FEATURE] Create a channel system to seperate different users #42

Closed fezproof closed 5 years ago

fezproof commented 5 years ago

These channels should be joined depending on what permissions the user has. This allows data to be sanitised for them appropriately

Look at the FeathersJS docs on how to do this, it is quite extensive.

Related to #40