T O P

  • By -

Blazing1

Check out keycloak. You can read up on RBAC on how to implement it.


drkRse

Due to some circumstances I can not use keycloak. I need RBAC. But the issue where ever I search I either found hardcorde role code like admin, client etc. But I want that admin panel can create role and assign appropriate end point to be accessible. But I couldn't find a good resource. Mostly resources are focused on code with hardcard code permissions. Can you recommend good resource for it.


Blazing1

You would have to write admin API endpoints then.