Files
MeowSpool/backend/bruno-routes/MewoSpool/Auth/OAuth Google.yml
T

21 lines
296 B
YAML

info:
name: OAuth Google
type: http
seq: 8
http:
method: POST
url: "{{base_url}}/api/v1/auth/oauth/google"
body:
type: json
data: |-
{
"id_token": "{{google_id_token}}"
}
settings:
encodeUrl: true
timeout: 0
followRedirects: true
maxRedirects: 5