diff --git a/config/auth.php b/config/auth.php index bfe542a..2a150c4 100644 --- a/config/auth.php +++ b/config/auth.php @@ -40,6 +40,12 @@ 'driver' => 'session', 'provider' => 'users', ], + /* Currently not using sanctum tokens but would be needed if a mobile or SPA support + 'api' => [ + 'driver' => 'sanctum', + 'provider' => 'users', + ] + */ ], /*