Skip to content

Releases: vesse/passport-ldapauth

Documentation revised

05 Oct 15:33
Compare
Choose a tag to compare
v0.1.1

0.1.1

Use ldapauth-fork

05 Oct 15:37
Compare
Choose a tag to compare

Use ldapauth-fork instead of ldapauth:

  • ldapjs upgraded to latest released version 0.6.3
  • new options including tlsOptions

Camelcase adminDn

05 Oct 15:38
Compare
Choose a tag to compare

#1: Camelcase adminDn for consistency

Create new LDAP client on every authenticate call

05 Oct 15:40
Compare
Choose a tag to compare

Create a new LdapAuth instance for every authenticate call. This is more of a workaround than a fix for problem when the socket closes due to inactivity when there are no logins for some time.

Fix passport-ldapauth version range

05 Oct 15:40
Compare
Choose a tag to compare

Initial release

05 Oct 15:41
Compare
Choose a tag to compare

Initial release of LDAP authentication strategy for Passport.js