arenaxr / arena-account

Django project user account management for the ARENA.
https://docs.arenaxr.org/content/architecture/security.html
BSD 3-Clause "New" or "Revised" License
1 stars 2 forks source link

allow users by role/name #101

Open mwfarb opened 2 weeks ago

mwfarb commented 2 weeks ago

We currently allow users have a presence and to enter the scene (two different concepts) by simple boolean scene permissions. It would be better to show by role or by namespace who can enter, have an avatar, providing better granularity.

role user entry user avatar
none scene.users=false
admin
staff
owner
editor
authenticated scene.anon=false
unauthenticated scene.anon=true scene.users=true