Fixed auth security

This commit is contained in:
2025-02-25 09:59:25 -06:00
parent 0be45ac39b
commit 4d2353b2c3
24 changed files with 681 additions and 350 deletions

View File

@ -4,4 +4,5 @@ S3_ACCESS_KEY=your_access_key_here
S3_SECRET_KEY=your_secret_key_here
S3_BUCKET_NAME=your_bucket_name
SECRET_CODE=super_secret_code
ADMIN_CODE=super_secret_code
ADMIN_CODE=super_secret_code
JWT_SECRET=your_jwt_secret_key_here_make_it_long_and_random