mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +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.
19 lines
540 B
JSON
19 lines
540 B
JSON
{
|
|
"name": "insomnia-xpath",
|
|
"version": "1.0.7",
|
|
"lockfileVersion": 1,
|
|
"requires": true,
|
|
"dependencies": {
|
|
"xmldom": {
|
|
"version": "0.1.27",
|
|
"resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.1.27.tgz",
|
|
"integrity": "sha1-1QH5ezvbQDr4757MIFcxh6rawOk="
|
|
},
|
|
"xpath": {
|
|
"version": "0.0.27",
|
|
"resolved": "https://registry.npmjs.org/xpath/-/xpath-0.0.27.tgz",
|
|
"integrity": "sha512-fg03WRxtkCV6ohClePNAECYsmpKKTv5L8y/X3Dn1hQrec3POx2jHZ/0P2qQ6HvsrU1BmeqXcof3NGGueG6LxwQ=="
|
|
}
|
|
}
|
|
}
|