mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
182acbef2b
Add support for importing 5 new authentication types from both Postman v2.0 and v2.1 import formats. - Basic Auth (Fixes #1235) - Bearer Tokens (Fixes #1236) - Digest Auth username and password (Fixes #1237) - AWS IAMv4 Authentication (Fixes #1241) - Oauth 1.0 and Oauth 2.0 (Fixes #1240) Note: For Oauth2.0 this means setting authorization to Oauth2 but generating a disabled config, since postman does not export anything we can use to fill our config values.
14 lines
368 B
JSON
14 lines
368 B
JSON
{
|
|
"name": "insomnia-plugin-now",
|
|
"version": "1.0.9",
|
|
"lockfileVersion": 1,
|
|
"requires": true,
|
|
"dependencies": {
|
|
"moment": {
|
|
"version": "2.21.0",
|
|
"resolved": "https://registry.npmjs.org/moment/-/moment-2.21.0.tgz",
|
|
"integrity": "sha512-TCZ36BjURTeFTM/CwRcViQlfkMvL1/vFISuNLO5GkcVm1+QHfbSiNqZuWeMFjj1/3+uAjXswgRk30j1kkLYJBQ=="
|
|
}
|
|
}
|
|
}
|