chore: Adds user creation route.

This commit is contained in:
imterah 2024-12-22 00:56:15 -05:00
parent c7b71e754f
commit 1237a31f8b
Signed by: imterah
GPG key ID: 8FA7DD57BA6CEA37
29 changed files with 630 additions and 63 deletions

View file

@ -1,2 +1,8 @@
HERMES_DATABASE_BACKEND=sqlite
HERMES_SQLITE_FILEPATH=../.tmp/sqlite.db
HERMES_JWT_SECRET=thisisnotproductionreadydonotusethisinproduction
HERMES_LOG_LEVEL=debug
HERMES_DEVELOPMENT_MODE=true
HERMES_SIGNUP_ENABLED=true
HERMES_UNSAFE_ADMIN_SIGNUP_ENABLED=true
HERMES_FORCE_DISABLE_REFRESH_TOKEN_EXPIRY=true