Add shared auth login flow

This commit is contained in:
2026-06-15 11:20:22 +02:00
parent b648d789e9
commit da29732cba
9 changed files with 883 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
<?php
declare(strict_types=1);
require_once __DIR__ . '/../modules/shared/auth/service.php';
auth_bootstrap_session();
auth_logout();
header('Location: /');
exit;