You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: proxy backend paths in the vite dev server for single-origin OAuth testing
The OAuth browser flow needs the SPA and API on one origin. Forward the
backend-owned paths to VITE_DEV_PROXY_TARGET while keeping /oauth2/consent and
/oauth2/bootstrap as SPA routes, so a split local dev setup can run the flow.
Inert unless VITE_APP_API_URL is empty.
0 commit comments