Skip to content

Releases: cityssm/node-activedirectory-authenticate

v1.2.1

23 Feb 15:47

Choose a tag to compare

Dependency updates.

Full Changelog: v1.2.0...v1.2.1

v1.2.0

07 Jan 16:50

Choose a tag to compare

Dependency updates.

Full Changelog: v1.1.1...v1.2.0

v1.1.1

22 Jul 18:37

Choose a tag to compare

Dependency updates.

Full Changelog: v1.1.0...v1.1.1

v1.1.0

16 Jul 13:52
4c6e05c

Choose a tag to compare

Accept an LDAP URL in the constructor for simpler configuration.

Full Changelog: v1.0.2...v1.1.0

v1.0.2

15 Jul 19:37

Choose a tag to compare

Use @cacheable/node-cache to reduce hanging issue on quit.

v1.0.1

15 Jul 13:41

Choose a tag to compare

Adding a CONFIGURATION_ERROR error type.

v1.0.0

14 Jul 19:03

Choose a tag to compare

Highlights

  • More descriptive errors, returned in the errorType value.
  • Optional temporary caching of queried user bind DNs to reduce lookups on follow up authenticate requests, like in the case of typoed password retries.

v1.0.0-beta.1

09 Jul 14:21

Choose a tag to compare

Highlights

  • Return bindUserDN, the DN used at the time of the authentication or error, to help with debug.
  • Normalize error output by adding errorType to return object.
  • Document authenticate() function.

v1.0.0-beta.0

08 Jul 19:51

Choose a tag to compare

Based off a deprecated fork of node-activedirectory, which relies on the also deprecated ldapjs package.

Completely changed into an authenticate() only project.