I came across a starter template that, although a bit older, demonstrates how to set up Laravel Auth with Auth0: https://github.com/auth0-samples/laravel/tree/7.x/sample However, considering you're building an app with Laravel and Inertia, you might want to reconsider whether Auth0 is necessary. Laravel's built-in authentication combined with Breeze and Inertia, offers a streamlined and and easy setup. If there's a specific reason you prefer Auth0, integrating it with Laravel is enough and doesn't require additional effort for Inertia. Once Auth0 is set up with Laravel, Inertia should work as expected without needing changes.
Nov 18, 2023
1
Level 1
Has anyone implemented auth0 with Inertia?
All the quickstarts are either for just a Laravel API or SPA with a Laravel API- not set up for the direct connection with routing on the BE... has anyone gotten auth0 working with Laravel + Inertia?
Please or to participate in this conversation.