Skip to content

Instantly share code, notes, and snippets.

@a-h
Created December 13, 2017 13:53
Show Gist options
  • Save a-h/c25705edb5799455233235cfcf9877ec to your computer and use it in GitHub Desktop.
Save a-h/c25705edb5799455233235cfcf9877ec to your computer and use it in GitHub Desktop.
Cognito Claims
{
"sub": "<uuid_user_id>",
"aud": "...",
"email_verified": true,
"event_id": "<uuid>",
"token_use": "id",
"auth_time": 1513169066,
"iss": "https://cognito-idp.eu-west-2.amazonaws.com/eu-west-2_pool_id",
"cognito:username": "<uuid_user_id>",
"exp": 1513172666,
"iat": 1513169066,
"email": "<email>"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment