UNPKG

@stfalcon/vue-bank-id-se

Version:

Component, which allows to simply implement swedish bankId at vue. It integrates with mobile app: - if vue app is openned on mobile, then performes redirect to mobile BankId app by clicking on vue-bank-se component. And when user authenticates, mobile app

46 lines (45 loc) 918 B
{ "name": "@stfalcon/vue-bank-id-se", "version": "0.2.5", "description": "", "main": "src/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/stfalcon-studio/vue-bankid-se" }, "keywords": [ "vue", "bankid", "se", "bankid-se", "vue-bankid" ], "author": "Illia Osmanov <illiaosmanov@gmail.com (https://stfalcon.com)", "license": "MIT", "homepage": "https://github.com/stfalcon-studio/vue-bankid-se#readme", "peerDependencies": { "vue": "2.6.10" }, "eslintConfig": { "root": true, "env": { "node": true }, "extends": [ "plugin:vue/essential", "eslint:recommended" ], "rules": { "no-console": "off" }, "parserOptions": { "parser": "babel-eslint" } }, "dependencies": { "qrcode": "1.4.1" } }