I have a back-end API in Node.js that retrieves an Amazon Cognito ID Token from a query parameter. I would need to check whether this token is valid. Is there any way to check this by using the aws-sdk
or amazon-cognito-identity-js
SDK?
I have a back-end API in Node.js that retrieves an Amazon Cognito ID Token from a query parameter. I would need to check whether this token is valid. Is there any way to check this by using the aws-sdk
or amazon-cognito-identity-js
SDK?