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.
- package/README.md +9 -6
- package/app.js +112690 -147160
- package/icon.svg +1 -0
- package/package.json +21 -21
package/README.md
CHANGED
|
@@ -2,11 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
[](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
|
-
|
|
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
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
- customisable return properties
|
|
13
|
+
## Installation
|
|
14
|
+
1. Open Insomnia and go to plugin settings.
|
|
15
|
+
2. Add `insomnia-plugin-aws-amplify`.
|