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.
22 lines
562 B
JSON
22 lines
562 B
JSON
{
|
|
"name": "insomnia-cookies",
|
|
"version": "0.0.10",
|
|
"lockfileVersion": 1,
|
|
"requires": true,
|
|
"dependencies": {
|
|
"punycode": {
|
|
"version": "1.4.1",
|
|
"resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz",
|
|
"integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4="
|
|
},
|
|
"tough-cookie": {
|
|
"version": "2.3.3",
|
|
"resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.3.3.tgz",
|
|
"integrity": "sha1-C2GKVWW23qkL80JdBNVe3EdadWE=",
|
|
"requires": {
|
|
"punycode": "^1.4.1"
|
|
}
|
|
}
|
|
}
|
|
}
|