feat: authentication system

This commit is contained in:
Ninjdai 2025-08-03 01:50:18 +02:00
parent d8c29e1ec8
commit 37153c6e36
15 changed files with 852 additions and 18 deletions

1
scripts/generate_secret.sh Executable file
View file

@ -0,0 +1 @@
tr -dc A-Za-z0-9 </dev/urandom | head -c 256; echo