Hi @1stevengrant Thanks for your question!
We just released 7.8 of the Laravel SDK last week, and revisited all our documentation in the process.
We now have some great examples of how RBAC works with the SDK, which leverages Laravel’s standard Gates and Policies APIs.
- Check out the “Access Control” section on the README at GitHub - auth0/laravel-auth0: Laravel SDK for Auth0 Authentication and Management APIs.
- Give the updated quickstart a look, which includes a demonstration of this at GitHub - auth0-samples/laravel: Laravel 9 application demonstrating Auth0 integration, using the Auth0 Laravel SDK.