Tag: access token
-
Connecting Postman to Amazon Cognito User Pools for API Access Tokens
Majority of the time in my recent projects, I use Amazon Cognito for user authentication (sign in, sign up, login with identity providers etc) in front of an Amazon API Gateway. Usually the API endpoints control access using Amazon Cognito user pools as authorizer In these type of APIs, testing the API using Postman is…