mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-21 14:47:46 -04:00
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.