Oauth:Google.Jwt.Authorize
Call this API for a link that allows the user to redirect to Google Sign In page, and then redirect back to the callback API.
Only valid users (aka appear in "whitelist") that allows to sign in with the application.
GET
/auth/google/authorize
curl \
-X GET http://localhost:5000/auth/google/authorize
Response examples (200)
{
"authorization_url": "string"
}
Response examples (422)
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}