syl20lego / insomnia-plugin-aws-cognito-token

Insomnia plugin for AWS Cognito
MIT License
44 stars 8 forks source link

Accept a secret key as optional parameter #11

Closed mrflip closed 3 years ago

mrflip commented 3 years ago

Added a final optional secret key field. I put it last so that existing configs will pass along OK.

I also made it return the request parameters and status in the error block, rather than nothing, so that it's easy to pop into insomnia and figure out what's going on.

syl20lego commented 3 years ago

Thanks, looks good, merging it