implementing-scalekit-laravel-auth
Installation
SKILL.md
Scalekit Auth — Laravel
Reference repo: scalekit-inc/scalekit-laravel-auth-example
Project structure
app/
├── Services/
│ └── ScalekitClient.php # Raw HTTP OAuth client (no PHP SDK)
├── Http/
│ ├── Controllers/
│ │ └── AuthController.php
│ └── Middleware/
│ ├── ScalekitAuth.php # Session auth gate
│ ├── ScalekitPermission.php # Per-route permission check
│ └── ScalekitTokenRefresh.php # Auto token refresh on every request