feat(auth): real JWT login, RBAC routes, RGPD cookie banner + users/journal admin
Build & Deploy / build (push) Successful in 11s

This commit is contained in:
neckfire
2026-06-20 12:54:01 +02:00
parent 4466b38f75
commit 7a4206a522
12 changed files with 693 additions and 80 deletions
@@ -44,8 +44,8 @@ export default function Header({ onToggleSidebar, sidebarOpen }) {
<Bell size={18} color="var(--color-white)" aria-hidden="true" />
</button>
{user && (
<span className={styles.username} aria-label={`Connecté en tant que ${user.nom}`}>
{user.nom}
<span className={styles.username} aria-label={`Connecté en tant que ${user.username}`}>
{user.username}
</span>
)}
<button