UNPKG

oils-plugin-auth

Version:

Oils js authentication plugin using passport js.

42 lines (41 loc) 960 B
{ "name": "oils-plugin-auth", "version": "11.0.0", "description": "Oils js authentication plugin using passport js.", "keywords": [ "oils", "plugin", "passport", "authentication", "login", "authorization" ], "author": { "name": "Manny Vergel", "email": "manny@mvergel.com", "url": "http://www.mvergel.com/" }, "homepage": "http://www.github.com/mannyvergel/oils-plugin-auth", "repository": { "type": "git", "url": "https://github.com/mannyvergel/oils-plugin-auth.git" }, "engines": { "node": ">= 10.0.0" }, "dependencies": { "bcrypt": "^5.1.1", "mongoose-unique-validator": "4.0.1", "passport": "^0.7.0", "passport-local": "1.0.x", "validator": "^13.7.0" }, "license": "MIT", "devDependencies": {}, "bundleDependencies": [], "private": false, "main": "auth-local.js", "bugs": { "url": "https://github.com/mannyvergel/oils-plugin-auth/issues" } }