Skip to content

Instantly share code, notes, and snippets.

View pvlshev's full-sized avatar
🏠
/work from home

Paul Shevchuk pvlshev

🏠
/work from home
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..............."
}