0.1.1-rc.0 • Published 5 years ago
irma-popup v0.1.1-rc.0
IRMA popup
This plugin contains a popup for IRMA flows in the web browser. It is a pop-up
variant of the irma-web
plugin.
Because this plugin is based on irma-web
, it is also designed to be used with
irma-css
but can be used with different styling. irma-css
is not a dependency of this package by design, so you are free to use other
styling.
If you do want to use irma-css
(which is recommended), you can check the
the irma-popup
example on how to use it.
Usage
const IrmaCore = require('irma-core');
const Popup = require('irma-popup');
const irma = new IrmaCore(/* options */);
irma.use(Popup);
irma.start();
Options
This plugin can handle all the options that the irma-web
plugin
accepts.
0.1.1-rc.0
5 years ago