TanmoySG / wunderDB

A micro JSON-based Data Store inspired by MongoDB.
http://wdb.tanmoysg.com/api/
Apache License 2.0
12 stars 0 forks source link

Admin Permissions override Issue #71

Closed TanmoySG closed 1 year ago

TanmoySG commented 1 year ago

If a role with no permissions is created and the same is granted on admin , the latest permissions override the admin privileges and if the new role has lower permissions then the admin cant perform any action.

image