Hello
Please forgive the simple questions but I am very new to Auth0.
Is it possible for Auth0 via RBAC to handle the complete authorization portion of the process to allow access or deny access to my PHP Web App without having to analyze the Token, roles, scopes, permissions in my Web App.
Can the RBAC polices just handle the complete authentication and authorization process via built-in policies for providing or denying access to my application?
thanks
Tony