laravel/airlock
Laravel Sanctum (formerly Airlock) offers lightweight authentication for Laravel SPAs and simple APIs. Use cookie-based session auth for first-party SPAs or issue API tokens for mobile apps and third-party clients, with minimal setup and seamless Laravel integration.
config/sanctum.php to follow skeleton laravel/pint format by @crynobone in https://github.com/laravel/sanctum/pull/597[@return](https://github.com/return) docblocks on constructors by @CasEbb in https://github.com/laravel/sanctum/pull/575last_used_at update into separate method by @cosmastech in https://github.com/laravel/sanctum/pull/567tokenCant() helper function to HasApiTokens by @chester-sykes in https://github.com/laravel/sanctum/pull/552HasApiTokens by @cosmastech in https://github.com/laravel/sanctum/pull/544CsrfCookieController to use named arguments by @OussamaMater in https://github.com/laravel/sanctum/pull/487Sanctum@getAccessTokenFromRequestUsing() by @cosmastech in https://github.com/laravel/sanctum/pull/477MissingScopeException by @hungthai1401 in https://github.com/laravel/sanctum/pull/462How can I help you explore Laravel packages today?