added jwt authentication token

This commit is contained in:
Abhishek Mali
2025-11-05 15:44:04 +05:30
parent dbe47a23c7
commit ccbef09484
9 changed files with 748 additions and 25 deletions

View File

@@ -40,8 +40,14 @@ return [
'driver' => 'session',
'provider' => 'users',
],
'api' => [
'driver' => 'jwt',
'provider' => 'users',
],
],
/*
|--------------------------------------------------------------------------
| User Providers