insomnia-plugin-aws-amplify 1.2.3 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. package/README.md +9 -6
  2. package/app.js +112690 -147160
  3. package/icon.svg +1 -0
  4. package/package.json +21 -21
package/README.md CHANGED
@@ -2,11 +2,14 @@
2
2
 
3
3
  [![](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86)](https://github.com/sponsors/danitt)
4
4
 
5
- [Insomnia](https://insomnia.rest) plugin for signing in via AWS Amplify.
5
+ [Insomnia](https://insomnia.rest) plugin for signing in via AWS Amplify
6
6
 
7
- Inspired by [insomnia-plugin-aws-amplify-auth](https://github.com/mbise1993/insomnia-plugin-aws-amplify-auth), with the following enhancements added:
7
+ **Key Features**
8
+ - Environment configuration GUI to input Amplify credentials.
9
+ - Automatic token caching and flexible expiry options.
10
+ - Customisable return properties (Access Token, ID Token, User ID, Auth ID).
11
+ - Multiple user pool support across environments.
8
12
 
9
- - plugin dependencies are now bundled, and no longer crashes on install when react-native is not globally available
10
- - authentication returns JWT access token, as opposed to generated cookies
11
- - flexible token caching expiry options added
12
- - customisable return properties
13
+ ## Installation
14
+ 1. Open Insomnia and go to plugin settings.
15
+ 2. Add `insomnia-plugin-aws-amplify`.