You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Permissions handling would be useful to allow for administrators and moderators in the chat. It would also provide flexibility with allowing or disallowing various features. Permissions should probably be integrated with the authentication set of libraries and functions.
A requirement for a public has_permission(user, perm) function in the particular libs/authentication/*.js library would probably be an acceptable solution for flexibility.
The text was updated successfully, but these errors were encountered:
Permissions handling would be useful to allow for administrators and moderators in the chat. It would also provide flexibility with allowing or disallowing various features. Permissions should probably be integrated with the
authentication
set of libraries and functions.A requirement for a public
has_permission(user, perm)
function in the particularlibs/authentication/*.js
library would probably be an acceptable solution for flexibility.The text was updated successfully, but these errors were encountered: