Skip to content

Instantly share code, notes, and snippets.

@leeyspaul
Created December 7, 2021 02:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leeyspaul/d88785a43aa3e61b146db2c946d4d8ec to your computer and use it in GitHub Desktop.
Save leeyspaul/d88785a43aa3e61b146db2c946d4d8ec to your computer and use it in GitHub Desktop.
Stytch Google OAuth Authenticate cURL sample
curl --request POST --url https://test.stytch.com/v1/oauth/authenticate -u 'YOUR-PROJECT-NAME:YOUR-SECRET' -H 'Content-Type: application/json' -d '{ "token": "YOUR-TOKEN-FROM-LOGIN-REDIRECT" }'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment