insomnia-plugin-dpop-header-adder
v0.0.4
Published
Automatically add DPoP token header generated by requested url, authorization token, publickey and privatekey
Readme
Add DPoP token header
Automatically add DPoP token header generated by requested url, authorization token, publickey and privatekey
Installation
From Insomnia Plugin Hub
- Navigate to https://insomnia.rest/plugins/insomnia-plugin-dpop-header-adder
- Click Install Plugin
- Click Open
- Once opened, click Install
From the Insomnia App
- Go to Application > Preferences or click the cog icon (⚙️)
- Navigate to the Plugins tab
- Enter
insomnia-plugin-dpop-header-adder - Click Install
Manual Install
- Using a terminal,
cdinto your Insomnia plugins folder - See Insomnia Docs - Run
git clone https://github.com/simon1389/insomnia-plugin-dpop-header-adder.git
Usage
- For a requst, which contains a header
DPoPwith any dummy value, there will be generated the correct dpop-header. - You have to provide a valid Authorization token
- You have to provide the corresponding private-key and public-key base64 encoded either as environment-variables
DPoPPublicKey/DPoPPrivateKeyor in header-variablesPrivateKey/PublicKey - The private and public-key are not sent with the request. They get deleted beforehand
