spiral/auth
Spiral/Auth provides common authentication interfaces for Spiral apps. Define auth tokens, storage, and guards via small, framework-agnostic contracts, enabling interchangeable implementations and consistent integration across projects.
spiral/auth is explicitly designed for the Spiral framework, which has a fundamentally different architecture than Laravel (e.g., component-based vs. monolithic MVC, distinct service container implementation, and middleware handling). Laravel’s authentication system relies on its own contracts (e.g., Illuminate\Contracts\Auth\Authenticatable), while spiral/auth uses Spiral-specific interfaces. These are incompatible at the core framework level.Auth facade, Guard implementations) cannot coexist with Spiral’s component-based design.How can I help you explore Laravel packages today?