heroiclabs / nakama

Distributed server for social and realtime games and apps.
https://heroiclabs.com
Apache License 2.0
8.9k stars 1.09k forks source link

[FEATURE REQUEST] Role based access control (RBAC) #1207

Open Bryinn opened 5 months ago

Bryinn commented 5 months ago

Description

Role based access control for collections and so certain actions and so on. Inspiration can be taken from Microsoft Azure -> https://learn.microsoft.com/en-us/azure/role-based-access-control/ This would allow developers to design more complex games and systems, including easier ways of creating matches based on data stored in a collection which is then again based on role access. By roles I mean groups in this context, which would be nakama's version of roles. If we were able to put groups as the owner of a collection item for instance, this would be huge, and would make it easier for some kinds of games to be developed with the nakama backend supporting it.

linear[bot] commented 5 months ago

NK-543 [FEATURE REQUEST] Role based access control (RBAC)