Skip to content

Commit

Permalink
Leave note about the sanctum driver so future dev doesn't get confuse…
Browse files Browse the repository at this point in the history
…d here
  • Loading branch information
MuchQuak committed Feb 6, 2025
1 parent 794e7a7 commit 04d485f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
]
*/
],

/*
Expand Down

0 comments on commit 04d485f

Please sign in to comment.