initial login logic

This commit is contained in:
2026-01-19 20:12:50 -05:00
parent 523a4662b2
commit 96d252e47b
14 changed files with 537 additions and 0 deletions

3
.env.example Normal file
View File

@@ -0,0 +1,3 @@
SECRET_KEY=your-secret-key-here
DATABASE_URL=sqlite:///app.db
ALTCHA_HMAC_KEY=your-altcha-hmac-key-here