laravel / sanctum

Laravel Sanctum provides a featherweight authentication system for SPAs and simple APIs.
https://laravel.com/docs/sanctum
MIT License
2.75k stars 296 forks source link

Updated `CsrfCookieController` to use named arguments #487

Closed OussamaMater closed 10 months ago

OussamaMater commented 10 months ago

Used PHP 8 named arguments instead of passing default values for the first argument, to enhance readability.