Socket
Socket
Sign inDemoInstall

@privacybydesign/irma-popup

Package Overview
Dependencies
Maintainers
4
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@privacybydesign/irma-popup

A frond-end plugin to show the IRMA form in a popup


Version published
Weekly downloads
1
decreased by-66.67%
Maintainers
4
Weekly downloads
 
Created
Source

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. irma-css is not a dependency of this package by design. This means that the CSS must be imported separately. How to do this, you can check in the README of irma-css. In this way you can also adapt irma-css to your own design and import this custom style instead.

If you do want to use irma-css (which is recommended), you may also consider using the irma-frontend package instead for ease of use, or take a look at the irma-popup example for a more hands-on implementation example.

Usage

const IrmaCore = require('@privacybydesign/irma-core');
const Popup    = require('@privacybydesign/irma-popup');

require('@privacybydesign/irma-css');

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

Options

This plugin can handle all the options that the irma-web plugin accepts. It introduces one additional option:

closePopupDelay

This option determines how long the popup will remain open, after a session has been succeeded or got into some other irrecoverable end state, before it automatically closes. In this way the user can see the animation that indicates the reason why the popup is closing. The default is 2000 milliseconds.

Extra behaviour

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

FAQs

Package last updated on 01 Oct 2021

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