implement JWT tokens, regenerate docs and sqlc

This commit is contained in:
zardzul
2026-03-14 18:46:48 +01:00
parent 131aee8638
commit d5e608feeb
18 changed files with 441 additions and 82 deletions
+6 -1
View File
@@ -1,2 +1,7 @@
# Postgres
DATABASE_URL=postgresql://user:password@host:5432/database
DATABASE_URL=postgresql://user:password@host:5432/database
# JWT
JWT_SECRET=
JWT_ISSUER=
JWT_TTL_MINUTES=