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>
1 parent afc97fe commit dc14fe0000d5cd433ed51588e8b0b5bba8983886
@Eugene Sukhodolskiy Eugene Sukhodolskiy authored on 4 May
Showing 2 changed files
View
navi/api/routes/auth.py
View
navi/auth/client.py