auth0-laravel-api
Installation
SKILL.md
Auth0 Laravel API Integration
Protect Laravel API endpoints with JWT access token validation using auth0/login and the AuthorizationGuard.
Prerequisites
- Laravel 11+ application
- PHP 8.2+ with extensions:
mbstring,openssl,json - Composer installed
- Auth0 API resource configured (not an Application - must be an API)
- If you don't have Auth0 set up yet, use the
auth0-quickstartskill first