Tambah Auth Fetures
This commit is contained in:
@@ -11,7 +11,10 @@
|
||||
health: '/up',
|
||||
)
|
||||
->withMiddleware(function (Middleware $middleware): void {
|
||||
//
|
||||
$middleware->alias([
|
||||
'auth.idle' => \App\Http\Middleware\IdleTimeout::class,
|
||||
'auth.token' => \App\Http\Middleware\CheckTokenVersion::class,
|
||||
]);
|
||||
})
|
||||
->withExceptions(function (Exceptions $exceptions): void {
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user