An Insomnia plugin that adds a tag for accessing the OAuth2 token of one request in other requests.
- Find the plugin on the Plugin Hub.
- Click the "Install Plugin" button.
- Click "Open Insomnia" and "Install".
- Open Insomnia.
- Go to Application > Preferences > Plugins.
- Type "insomnia-plugin-oauth2-tag".
- Click "Install Plugin".
- Set up OAuth2 authentication for a request.
- Fetch an OAuth2 token for that request.
- Wherever environment variables can be used, press Control+Space to open the variables and tags dropdown.
- Find and select "oauth2_token".
- Select the created "oauth2_token" tag to configure it.
- Under "Request", select the request you configured for OAuth2 authentication.
- Under "Type", select the token type that you want to use.
- Confirm with "Done".