LambdAuth icon indicating copy to clipboard operation
LambdAuth copied to clipboard

What is AWS Cognito used for here?

Open kgoedecke opened this issue 6 years ago • 1 comments

Clearly the user are stored in dynamodb table here: https://github.com/danilop/LambdAuth/blob/master/LambdAuthCreateUser/index.js#L39

I was wondering what Cognito is used for here then, would be great if someone could clarify this: https://github.com/danilop/LambdAuth/blob/master/LambdAuthLogin/index.js#L61

kgoedecke avatar Jul 19 '18 17:07 kgoedecke

It issue the token, with secret keys and expiration management.

LucasBadico avatar Nov 05 '18 13:11 LucasBadico