Started implementing auth guard

This commit is contained in:
2026-02-04 17:28:52 -05:00
parent 68f43b9bdf
commit fe02210c34
6 changed files with 144 additions and 31 deletions

View File

@@ -1,3 +1,4 @@
# Databse connection info
export DB_TYPE=postgres
export DB_HOST=localhost
export DB_PORT=5432
@@ -5,4 +6,7 @@ export DB_USERNAME=glossary_dev_user
export DB_PASSWORD=glossary_dev_password
export DB_NAME=glossary_dev_db
# Authentication server info
export AUTH_BASE_URL=
npm run db:run_migrations