cc-dashboard/src
2026-03-26 14:43:03 +00:00
..
routers feat: logout button, revoke/delete keys, setup script download 2026-03-26 14:05:14 +00:00
services Initial commit — CC Dashboard v1.0 2026-03-26 12:54:47 +00:00
static fix: accept HTTP 422 as valid connection (key works, empty body rejected); remove curl preview 2026-03-26 14:43:03 +00:00
__init__.py Initial commit — CC Dashboard v1.0 2026-03-26 12:54:47 +00:00
auth.py fix: replace passlib with bcrypt directly (passlib incompatible with bcrypt>=4) 2026-03-26 13:10:24 +00:00
config.py Initial commit — CC Dashboard v1.0 2026-03-26 12:54:47 +00:00
database.py Initial commit — CC Dashboard v1.0 2026-03-26 12:54:47 +00:00
main.py Initial commit — CC Dashboard v1.0 2026-03-26 12:54:47 +00:00
models.py Initial commit — CC Dashboard v1.0 2026-03-26 12:54:47 +00:00
schemas.py Initial commit — CC Dashboard v1.0 2026-03-26 12:54:47 +00:00