UNPKG

ldap-authentication

Version:

A simple async nodejs library for LDAP user authentication

45 lines (44 loc) 950 B
{ "name": "ldap-authentication", "version": "3.3.4", "description": "A simple async nodejs library for LDAP user authentication", "main": "index.js", "types": "./index.d.ts", "scripts": { "test": "node test/jasmine.js" }, "repository": { "type": "git", "url": "https://github.com/shaozi/ldap-authentication.git" }, "keywords": [ "ldap", "authenticate", "authentication", "ldapts", "security", "simple", "lightweight", "fast", "async", "passport", "passportjs", "login", "password", "username", "ldap-authentication", "ldap-authenticate" ], "author": "Jingshao Chen", "license": "BSD-2-Clause", "bugs": { "url": "https://github.com/shaozi/ldap-authentication/issues" }, "homepage": "https://github.com/shaozi/ldap-authentication#readme", "dependencies": { "ldapts": "^7.3.1" }, "devDependencies": { "jasmine": "^5.6.0" } }