- Make username login case-insensitive (Dvir = dvir = DVIR) - Add Google OAuth login/signup functionality - Install required dependencies (authlib, httpx, python-dotenv) - Create OAuth endpoints: /auth/google/url, /auth/google/callback - Add Google login button to frontend with styled UI - Configure environment variables for OAuth credentials - Add comprehensive setup documentation - Secure .env file with .gitignore
9 lines
141 B
Plaintext
9 lines
141 B
Plaintext
fastapi>=0.109.0
|
|
uvicorn>=0.27.0
|
|
pydantic>=2.5.0
|
|
sqlalchemy>=2.0.25
|
|
psycopg2-binary>=2.9.9
|
|
authlib>=1.3.0
|
|
httpx>=0.27.0
|
|
python-dotenv>=1.0.0
|