Hi there, has anyone used postman with cognito (IA...
# sst
j
Hi there, has anyone used postman with cognito (IAM), to make request?
m
We are currently using it to test some routes. You can use OAuth 2.0 as Authorization Type. It will prompt you to log in with Postman into your account and then fetch the JWT to use it for the request you are making. You need the cognito auth url and the client id from
sst.Auth
.
Should look something like this
Once you click on "Get New Access Token" it should prompt you to either login or register a new account and then login