Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

oidc-plus4u-vault

jiridudekusy2kMIT0.9.1

CLI tool for managing access codes for insomnia-plugin-oidc-plus4u.

insomnia, plus4u, oidc

readme

This tool for maintains AES-256 encrypted file with accessCodes to oidc.plus4u.net.

Changelog

How to install ?

npm install -g oidc-plus4u-vault

How to use ?

Help

How to develop ?

Publish new version

  1. npm pack
  2. npm publish --registry https://registry.npmjs.org/

changelog

0.9.1

  • add support for storing http basic auth crendentials (--skiptTest option id add command)

0.8.0

  • add update notifier

0.7.0

  • added alias option to the add command to specify aliases for the user on one import.
  • added support to import source vault from http url (e.g. uuBt) to import command using credentials from the default vault.
  • added support to import access codes from text (plus4u mall) format to import command. Can be used to bulk load credentials for legacy apps. See sample. Pass -t txt to import this file type.

0.6.0

  • add import command
  • all commands(add, ls, rm) now supports external secure store

0.5.0

0.4.2

  • Fix publication error.

0.4.1

  • Fix error reporting.

0.4.0

  • refactoring CLI interface.
  • add ls command.

0.3.2

  • add missing mkdirp dependency

0.3.1

  • remove keytar dependency.

0.3.0

  • Configurable URL to the OIDC server.

0.2.2

Bugfix:

  • Fix doc.

0.2.0

  • Initial version. Supports add and delete commands.