|
Fix pydantic-settings env var name mapping for auth
Pydantic-settings converts snake_case field names to UPPER_CASE env vars by removing underscores. gnexus_auth_client_id became GNEXUS_AUTH_CLIENT_ID but .env used GNAUTH_CLIENT_ID. Rename all Settings fields from gnexus_auth_* to gnauth_* so they map correctly to GNAUTH_* env vars. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> |
|---|
|
|
| navi/api/routes/auth.py |
|---|
| navi/api/routes/webhooks.py |
|---|
| navi/auth/client.py |
|---|
| navi/auth/deps.py |
|---|
| navi/config.py |
|---|