auth0-laravel
Installation
SKILL.md
Auth0 Laravel Web App Integration
Add login, logout, and user profile to a Laravel web application using auth0/login (Laravel Auth0 SDK).
Prerequisites
- Laravel 11+ application
- PHP 8.2+ with extensions:
mbstring,openssl,json - Composer installed
- Auth0 Regular Web Application configured (not an API - must be an Application)
- If you don't have Auth0 set up yet, use the
auth0-quickstartskill first