laravel/sanctum
Laravel Sanctum is a lightweight authentication package for Laravel, ideal for SPAs and simple APIs. It supports cookie-based session auth for first-party SPAs and API tokens for personal access tokens, with minimal configuration and Laravel-first integration.
config/sanctum.php to follow skeleton laravel/pint format by [@crynobone](https://github.com/crynobone) in https://github.com/laravel/sanctum/pull/597[@return](https://github.com/return) docblocks on constructors by [@CasEbb](https://github.com/CasEbb) in https://github.com/laravel/sanctum/pull/575last_used_at update into separate method by [@cosmastech](https://github.com/cosmastech) in https://github.com/laravel/sanctum/pull/567tokenCant() helper function to HasApiTokens by [@chester-sykes](https://github.com/chester-sykes) in https://github.com/laravel/sanctum/pull/552HasApiTokens by [@cosmastech](https://github.com/cosmastech) in https://github.com/laravel/sanctum/pull/544CsrfCookieController to use named arguments by [@OussamaMater](https://github.com/OussamaMater) in https://github.com/laravel/sanctum/pull/487Sanctum[[@getAccessTokenFromRequestUsing](https://github.com/getAccessTokenFromRequestUsing)](https://github.com/getAccessTokenFromRequestUsing)() by [@cosmastech](https://github.com/cosmastech) in https://github.com/laravel/sanctum/pull/477MissingScopeException by [@hungthai1401](https://github.com/hungthai1401) in https://github.com/laravel/sanctum/pull/462sanctum guard (#225)Str::endsWith parameter order (#163)CheckScopes and CheckForAnyScope to CheckAbilities and CheckForAnyAbility (#312)config('sanctum.guard')" (#309)config('sanctum.guard') (#307)actingAs any ability (#120)First stable release.
Initial commit.
How can I help you explore Laravel packages today?