Co-authored-by: Lance Pioch <git@lance.sh>
This commit is contained in:
JoanFo
2026-06-23 05:59:07 +02:00
committed by GitHub
parent 483145aac8
commit a9cb16e042
22 changed files with 2685 additions and 359 deletions

8
config/passkeys.php Normal file
View File

@@ -0,0 +1,8 @@
<?php
use App\Http\Middleware\AddPasskeyErrorMessage;
return [
'middleware' => ['web', AddPasskeyErrorMessage::class],
'management_middleware' => ['auth'],
];