Ajout de l'authentification

This commit is contained in:
Dayamond
2025-10-18 16:52:01 +02:00
parent 70fbc02918
commit 1c00dbdb85
7 changed files with 94 additions and 5 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ return Application::configure(basePath: dirname(__DIR__))
health: '/up',
)
->withMiddleware(function (Middleware $middleware): void {
//
$middleware->statefulApi();
})
->withExceptions(function (Exceptions $exceptions): void {
//