Skip to content

ttgint/fastify-ldap-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ttgint/fastify-ldap-service

JavaScript Style Guide Build Status Greenkeeper badge

Install

npm install --save @ttgint/fastify-ldap-service

Usage

fastify.register(require('@ttgint/fastify-ldap-service'), { provider: 'https://post/endpoint' })

then

const result = await fastify.ldap(username, password)

will send your username and password as a POST request to the provided url and return the result.

For testing purposes you can also use a custom function as the provider such as

fastify.register(require('@ttgint/fastify-ldap-service'), { provider: () => ({ name: 'dummy', department: 'test' }) })

License

MIT

About

Wrapper plugin for LDAP service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published