UNPKG

restify-ad-auth

Version:

LDAP authentication and authorization using Active Directory in Restify

35 lines (34 loc) 814 B
{ "name": "restify-ad-auth", "version": "0.6.1", "description": "LDAP authentication and authorization using Active Directory in Restify", "main": "index.js", "scripts": { "test": "npm test" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/osirisguitar/restify-ad-auth.git" }, "keywords": [ "LDAP", "AD", "Restify", "Authenticate", "Authorize" ], "author": { "name": "Anders Norrback Bornholm", "email": "anders@bornholm.se", "url": "https://www.heavymetalcoder.com" }, "license": "MIT", "bugs": { "url": "https://github.com/osirisguitar/restify-ad-auth/issues" }, "homepage": "https://github.com/osirisguitar/restify-ad-auth#readme", "dependencies": { "ldapjs": "^1.0.1", "restify-errors": "^4.3.0" } }