RBAC completely implemented in auth0

Hi John

Thanks for your response.
I have a Web Application in PHP and need to provide or deny access to certain Web Pages based on a user’s role.
I have implemented everything in the Auth0 dashboard to create application and API and set up users, roles, scopes and permissions for my API. I am using Universal Login to Authenticate from my Web App.
I am unsure what the easiest way or necessary next steps are to now Authorize users based on their roles and permissions. I definitely want to implement this Authorization step mostly from Auth0 built in features. I have read through most of the articles, videos and help files but where can I find specific examples for PHP and what are the next steps to simply Authorize a user based on their roles?
thank you
Tony