Google OAuth callback — redirects to the SPA with a single-use codeGET/api/auth/google/callbackResponses200Try itServerBase URLhttp://localhost:8000Custom base URLOverrides the selected server when set.SendRequestcURLJavaScriptCopyCopiedcurl -X GET "http://localhost:8000/api/auth/google/callback"const response = await fetch("http://localhost:8000/api/auth/google/callback", { method: "GET" });Response200No example response.