mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-10 17:22:15 +01:00
Moved from sanctum to passport; Changed primary keys to uuid
This commit is contained in:
@@ -25,7 +25,7 @@ Route::get('/', function () {
|
||||
});
|
||||
|
||||
Route::middleware([
|
||||
'auth:sanctum',
|
||||
'auth:web',
|
||||
config('jetstream.auth_session'),
|
||||
'verified',
|
||||
])->group(function () {
|
||||
|
||||
Reference in New Issue
Block a user