|
Support dynamic redirect_uri for multi-domain OAuth
- get_gauth_client(redirect_uri=...) creates per-request client with dynamic redirect_uri while keeping shared state/PKCE stores - auth_login/auth_callback derive redirect_uri from request.base_url so both localhost and server addresses work with one gnexus-auth client Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> |
|---|
|
|
| navi/api/routes/auth.py |
|---|
| navi/auth/client.py |
|---|