Would it be possible to support custom plugins for auth? It would go beyond just setting a cookie / header on the request as we would need to get the creds from the user.
I looked around briefly but didn't see anything that currently exists that allows for a plugin to ask for user input.
馃憢 Thanks for opening your first issue! If you're reporting a 馃悶 bug, please make sure
you include steps to reproduce it. If you're requesting a feature 馃巵, please provide real
use cases that would benefit. 馃應
To help make this a smooth process, please be sure you have first read the
contributing guidelines.
I would like this feature too. Currently I have a plugin that can do HMAC authentication but would be nice if it could be registered as an Auth plugin and appear in the Auth tab of the request editor.
I want to get to this right after finishing #768
The long term plan is to, one by one, add a way for plugins to extend core functionality, then refactor the core functionality to be written using the plugin system. This is very similar to how modern text editors like Atom do things. The app is just a core set of functionality with an awesome plugin API. The only difference between "native" features and 3rd-party plugins is that they are bundled by default.
Hey @gschier any update on this? Would love to use Insomnia for more parts of my daily workflow.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Most helpful comment
I want to get to this right after finishing #768
The long term plan is to, one by one, add a way for plugins to extend core functionality, then refactor the core functionality to be written using the plugin system. This is very similar to how modern text editors like Atom do things. The app is just a core set of functionality with an awesome plugin API. The only difference between "native" features and 3rd-party plugins is that they are bundled by default.