0.4.3 • Published 3 years ago

@privacybydesign/irma-console v0.4.3

Weekly downloads
5
License
MIT
Repository
github
Last release
3 years ago

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.

0.4.3

3 years ago

0.4.2

3 years ago

0.4.1

3 years ago

0.4.0

3 years ago

0.3.3

3 years ago

0.3.2

3 years ago

0.1.1

4 years ago

0.1.1-rc.2

4 years ago

0.1.1-rc.1

4 years ago

0.1.1-rc.0

4 years ago