mirror of
https://github.com/karpathy/nanochat.git
synced 2026-05-16 04:37:34 +00:00
- Alembic async migrations: users, conversations, messages, is_favorited - FastAPI auth service: Google + GitHub OAuth, RS256 JWT, refresh cookie - /auth/me, /auth/refresh, /auth/validate (service-to-service) - rate limiting 10/min on OAuth routes, CORS locked to FRONTEND_URL Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| middleware | ||
| routes | ||
| services | ||
| tests | ||
| __init__.py | ||
| config.py | ||
| database.py | ||
| main.py | ||
| rate_limit.py | ||