Custom claims
On the backend you can use custom claims to group user's permissions
Last updated
Was this helpful?
On the backend you can use custom claims to group user's permissions
Last updated
Was this helpful?
What I'd recommend is to separate the auth from the access by using . Allow any one to create a user, but to the user create event. If the user matches one on the white list, set a (this just launched recently!)
Finally, in your rules, check for that use property before giving access to the data:
from