fix(shared/auth/icon): Fixed lots of small things

Icons: Fixed docker-compose to force JWT_SECRET for now
Auth: Fixed Guest Login to actually work
Auth: Added `Login as Guest` in the login_demo page
Shared: Fixed db/user + uuid modules
This commit is contained in:
Maieul BOYER 2025-10-08 17:24:46 +02:00 committed by Maix0
parent 5306ccfc60
commit 2074f8d8f1
6 changed files with 51 additions and 11 deletions

View file

@ -20,6 +20,7 @@
<br />
<br />
<button id="b-login">Login</button>
<button id="b-login-guest">Login as Guest</button>
<br />
<button id="b-logout">Logout</button>
<br />