nanochat/services/auth/src
Manmohan Sharma 8a95a76522
fix: add missing models/ dirs to auth and chat-api services
Root .gitignore had `models/` which matched both ML weights AND
SQLAlchemy model dirs. Changed to `/models/` (root only).
Added auth/src/models/ (User) and chat-api/src/models/ (Conversation, Message).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-16 13:50:08 -07:00
..
middleware feat(auth): OAuth2 + JWT auth service with Alembic migrations (#5 #7) 2026-04-16 11:47:00 -07:00
models fix: add missing models/ dirs to auth and chat-api services 2026-04-16 13:50:08 -07:00
routes feat(auth): OAuth2 + JWT auth service with Alembic migrations (#5 #7) 2026-04-16 11:47:00 -07:00
services feat(auth): OAuth2 + JWT auth service with Alembic migrations (#5 #7) 2026-04-16 11:47:00 -07:00
tests feat(auth): OAuth2 + JWT auth service with Alembic migrations (#5 #7) 2026-04-16 11:47:00 -07:00
__init__.py feat(auth): OAuth2 + JWT auth service with Alembic migrations (#5 #7) 2026-04-16 11:47:00 -07:00
config.py feat(observability): Prometheus + Grafana + Loki stack for samosaChaat (#9) 2026-04-16 12:29:16 -07:00
database.py feat(auth): OAuth2 + JWT auth service with Alembic migrations (#5 #7) 2026-04-16 11:47:00 -07:00
logging_setup.py feat(observability): Prometheus + Grafana + Loki stack for samosaChaat (#9) 2026-04-16 12:29:16 -07:00
main.py feat(observability): Prometheus + Grafana + Loki stack for samosaChaat (#9) 2026-04-16 12:29:16 -07:00
rate_limit.py feat(auth): OAuth2 + JWT auth service with Alembic migrations (#5 #7) 2026-04-16 11:47:00 -07:00