@privacybydesign/irma-console
Advanced tools
Comparing version 0.1.1-rc.1 to 0.1.1-rc.2
@@ -30,3 +30,3 @@ const qrcode = require('qrcode-terminal'); | ||
return this._stateMachine.transition('restart'); | ||
this._stateMachine.transition('abort', 'Aborted by user'); | ||
this._stateMachine.transition('abort'); | ||
} | ||
@@ -33,0 +33,0 @@ |
{ | ||
"name": "@privacybydesign/irma-console", | ||
"version": "0.1.1-rc.1", | ||
"version": "0.1.1-rc.2", | ||
"description": "A console based front-end for IRMA flows. Useful for testing or use in nodejs", | ||
@@ -5,0 +5,0 @@ "main": "node.js", |
@@ -19,1 +19,6 @@ # IRMA console | ||
``` | ||
## 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`. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2692
24