Skip to content

Commit e605ab1

Browse files
committed
updated auth config
1 parent 1562689 commit e605ab1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

config/auth.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
| users are actually retrieved out of your database or other storage
3131
| mechanisms used by this application to persist your user's data.
3232
|
33-
| Supported: "session"
33+
| Supported: "session", "jwt"
3434
|
3535
*/
3636

@@ -40,10 +40,10 @@
4040
'provider' => 'users',
4141
],
4242

43-
# 'api' => [
44-
# 'driver' => 'session',
45-
# 'provider' => 'users',
46-
# ],
43+
'api' => [
44+
'driver' => 'jwt',
45+
'provider' => 'users',
46+
],
4747
],
4848

4949
/*

0 commit comments

Comments
 (0)