Ability to add custom authentication type #9646
Replies: 1 comment
-
|
Hi, Thank you for your feedback. I've raised a feature request to add custom authentication directly in the Auth section in insomnia. Could you check if any of the plugin in the insomnia plugin hub - https://insomnia.rest/plugins might suit your use case? Thank you. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
My company uses a custom authentication, where signatures are generated using a timestamp and few other parameters signed using a private key.
And all the parameters and the signature needs to be sent part of the request as headers.
This is achievable via pre-request scripts.
But, it will be good to support plugin creation for custom authentication types. And this can appear under the
Auth Typessection of a request.Beta Was this translation helpful? Give feedback.
All reactions