feat: authentication system
This commit is contained in:
parent
d8c29e1ec8
commit
37153c6e36
15 changed files with 852 additions and 18 deletions
1
scripts/generate_secret.sh
Executable file
1
scripts/generate_secret.sh
Executable file
|
|
@ -0,0 +1 @@
|
|||
tr -dc A-Za-z0-9 </dev/urandom | head -c 256; echo
|
||||
Reference in a new issue