UNPKG

strapi-plugin-passwordless

Version:

A plugin for Strapi Headless CMS that provides ability to sign-in/sign-up to an application by link had sent to email.

56 lines (55 loc) 1.32 kB
{ "name": "strapi-plugin-passwordless", "version": "4.0.15", "description": "A plugin for Strapi Headless CMS that provides ability to sign-in/sign-up to an application by link had sent to email.", "strapi": { "displayName": "Passwordless", "kind": "plugin", "name": "passwordless", "icon": "key", "description": "Enables a secure and seamless emailed link authentication experience." }, "keywords": [ "strapi", "plugin", "passwordless", "login", "authentification" ], "author": { "name": "Andrey Kucherenko", "email": "kucherenko.andrey@gmail.com", "url": "https://github.com/kucherenko" }, "maintainers": [ { "name": "Andrey Kucherenko", "email": "kucherenko.andrey@gmail.com", "url": "https://github.com/kucherenko" } ], "engines": { "node": ">=10.16.0", "npm": ">=6.0.0" }, "homepage": "https://github.com/kucherenko/strapi-plugin-passwordless", "license": "MIT", "devDependencies": { "cz-conventional-changelog": "3.3.0", "jest": "^27.5.1" }, "peerDependencies": { "@strapi/strapi": "^4.x" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "scripts": { "test": "jest" }, "dependencies": { "nanoid": "^3.3.4" } }