UNPKG

feathers-auth-extend

Version:

Adds sign up verification, forgotten password reset, passwordless login, refresh token and other capabilities to feathers

43 lines (42 loc) 1.08 kB
{ "name": "feathers-auth-extend", "description": "Adds sign up verification, forgotten password reset, passwordless login, refresh token and other capabilities to feathers ", "version": "1.0.13", "author": "AAM Services", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/aam-git/feathers-auth-extend.git" }, "bugs": { "url": "https://github.com/aam-git/feathers-auth-extend/issues" }, "homepage": "https://github.com/aam-git/feathers-auth-extend#readme", "main": "src/", "directories": { "src": "src" }, "dependencies": { "randomatic": "^3.1.1", "feathers-hooks-common": "^5.0.4", "validator": "^13.1.17", "feathers-mail": "^1.0.2", "zxcvbn": "^4.4.2" }, "devDependencies": {}, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "feathersjs", "authentication", "auth", "extend", "verify", "reset", "password", "passwordless", "login", "refresh_token" ] }