Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

insomnia-plugin-user-picker

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

insomnia-plugin-user-picker

This plugin aims to solve a frequent problem for developers when testing their APIs: switching between different user profiles. With the User Picker, you can keep a list of users and switch between them easily.

  • 0.0.6
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
215
increased by5.91%
Maintainers
1
Weekly downloads
 
Created
Source

This plugin aims to solve a frequent problem for developers when testing their APIs: switching between different user profiles. With the User Picker, you can keep a list of users and switch between them easily.

Creating your first login entry

Click the Document dropdown menu.

Dropdown menu

Then click on the "Add user" button:

Dropdown menu

and then add the form data.

  • name: It is the user name that will appear in the menu;
  • identifier: It is any identifier that will be used as a credential (E-mail, or username);
  • password: It is the user's password;

After that the username will be available in the list

Dropdown menu

Getting user data

You can access the document menu and click on any user that you have created. The selected user will have a "check" icon.

To access the data of the selected user, you can use some template tags from the plugin, which are:

Current user name: The name of the selected user; Current user identifier: The identifier of the selected user; Current user password: The password of the selected user;

Dropdown menu

Deleting a user

You can delete a user by clicking on the Document menu again and then on "Delete User".

Dropdown menu

After that, a modal will appear with a list of identifiers. Just double-click on the "x" icon next to the user you want to delete and click on "finish".

Dropdown menu

FAQs

Package last updated on 24 Jun 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc