Skip to content

Instantly share code, notes, and snippets.

View RogerWebb's full-sized avatar

Roger Webb RogerWebb

View GitHub Profile
@miguelmota
miguelmota / auth.json
Created February 21, 2019 03:08
AWS Cognito Identity authenticate using cURL
{
"AuthParameters" : {
"USERNAME" : "alice@example.com",
"PASSWORD" : "mysecret"
},
"AuthFlow" : "USER_PASSWORD_AUTH",
"ClientId" : "9..............."
}