Closed evgalak closed 4 years ago
Hi @pmill, thanks for the great package!
On my project, I also need support authorization by tokens generated with Cognito Hosted UI. But they have a little bit different fields.
Here is an example of the payload: { "at_hash": "", "sub": "", "aud": "", "event_id": "", "token_use": "id", "auth_time": 1573809477, "iss": "", "name": "SomeName", "cognito:username": "UserName", "exp": 1573813077, "iat": 1573809477, "email": "test@test.com" }
Hi @pmill, thanks for the great package!
On my project, I also need support authorization by tokens generated with Cognito Hosted UI. But they have a little bit different fields.
Here is an example of the payload: { "at_hash": "", "sub": "", "aud": "", "event_id": "", "token_use": "id", "auth_time": 1573809477, "iss": "", "name": "SomeName", "cognito:username": "UserName", "exp": 1573813077, "iat": 1573809477, "email": "test@test.com" }