Back to passport 12 for the time being.

This commit is contained in:
James Cole
2025-05-25 06:24:01 +02:00
parent e9844dc2f5
commit 19e5fd6277
4 changed files with 57 additions and 184 deletions

View File

@@ -41,7 +41,7 @@ class AppServiceProvider extends ServiceProvider
public function boot(): void
{
Schema::defaultStringLength(191);
Passport::$clientUuids = false;
// Passport::$clientUuids = false;
Response::macro('api', function (array $value) {
$headers = [
'Cache-Control' => 'no-store',