Socket
Socket
Sign inDemoInstall

@privacybydesign/irma-console

Package Overview
Dependencies
4
Maintainers
4
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @privacybydesign/irma-console

A console based front-end for IRMA flows. Useful for testing or use in nodejs


Version published
Weekly downloads
2
Maintainers
4
Created
Weekly downloads
 

Readme

Source

IRMA console

This plugin contains a console based front-end for IRMA flows. It's mostly useful for testing purposes or for use in nodejs applications.

This plugin takes no special options or parameters to the start method. It will render a QR code to either the local nodejs terminal or the browser console.

Usage

const IrmaCore = require('@privacybydesign/irma-core');
const Console  = require('@privacybydesign/irma-console');

const irma = new IrmaCore(/* options */);
irma.use(Console);
irma.start();

Extra behaviour

The irma-console plugin makes it possible for users to abort the session without completing it. When using this plugin, the start method of irma-core will reject its promise in this scenario using the callback message Aborted.

FAQs

Last updated on 01 Oct 2021

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc