PHP & Laravel
InsideAuth
Side authentication for Laravel packages.
An experimental, independent authentication layer that package authors can mount inside a Laravel application.
- Status
- Experimental
- Primary stack
- PHP
- License
- MIT
- Latest release
- v0.2.13
- Released
- May 2, 2023
- GitHub stars
- 5
InsideAuth::boot('my-project')
->withoutRegistration()
->withDashboard('dashboard');Why it exists
Made for the work, not the demo.
InsideAuth explores a common package problem: providing login, registration, password reset, email verification, and profile flows without colliding with the host application’s primary authentication system.
Each authentication set receives its own route prefix, middleware, table namespace, templates, and behavior switches. The project is under active development and is presented here as experimental rather than production-ready.
Install with Composerterminal
composer require illegal/insideauth
