#Role Permission

1 messages · Page 1 of 1 (latest)

thorny shard
#

Is possible to create an role permission management on UI with payload? I mean we can manage access to each collection on UI, so later we not change the code if have changed on role access. Or maybe payload provide a plugin to manage that. Here is example on Frappe:

opaque moonBOT
potent pelican
#

Thats an interesting idea for a plugin, but it looks mostly suitable for saas multitenant apps. Where you cannot have hardcoded roles permissions. Yes, you can definitely do this.

vast crystal
#

I've been trying to implement something like this in my first app ... suffice to say, it's been a bit of a nightmare for me 🙂 -- I haven't even managed to start working on the 'app' itself -- just keep spinning in circles over trying to enforce granualar permissions for each document....