syl20lego / insomnia-plugin-aws-cognito-token

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

Return raw request JSON as an option #12

Closed mrflip closed 3 years ago

mrflip commented 3 years ago

This PR follows #11 and adds the option to return not the token but the request values so you can play along at home (or in your app or an insomnia request).

I've added package-lock.json to the .gitignore; or consider adding it to the repo.

syl20lego commented 3 years ago

thanks a lot, created version 0.15.0 with your fixes