ApiAuthGoogle

Redirect to Google OAuth consent screen

Redirects (HTTP 302) to Google's OAuth consent screen with `scope=profile email`. **Browser-navigation only.** Open the URL in a browser tab (top-level navigation); it cannot be called via `fetch()` or the Swagger "Send" button — the cross-origin redirect to Google is blocked by CORS and appears as `Failed to fetch`, which is expected. Not meant to be called directly by clients — use `POST /auth/login` to obtain the URL.

GET
/auth/google

Redirects (HTTP 302) to Google's OAuth consent screen with scope=profile email.

Browser-navigation only. Open the URL in a browser tab (top-level navigation); it cannot be called via fetch() or the Swagger "Send" button — the cross-origin redirect to Google is blocked by CORS and appears as Failed to fetch, which is expected.

Not meant to be called directly by clients — use POST /auth/login to obtain the URL.

Response Body

application/json

curl -X GET "https://example.com/auth/google"
Empty