Skip to content

Releases: vesse/passport-ldapauth

More specific error message for MS AD

04 Oct 20:15
Compare
Choose a tag to compare

#35: Check error message for Microsoft AD codes and give more specific flash message if identified.

Support for fetching groups

05 Oct 15:20
Compare
Choose a tag to compare

#10: Add support for fetching groups. While this is really coming from ldapauth-fork, updated the minor version of this library as well to draw attention to new features.

Pass `req` to options function

05 Oct 15:25
Compare
Choose a tag to compare

#24: Pass req object to the function returning options

Handle `constraintViolationError`

05 Oct 15:21
Compare
Choose a tag to compare

#21: Handle constraintViolationError as a login failure instead of an error.

Inherit from passport-strategy

05 Oct 15:25
Compare
Choose a tag to compare
v0.2.4

0.2.4: Inherit from passport-strategy

Use same option keys as ldapjs

05 Oct 15:27
Compare
Choose a tag to compare

Use bindDn and bindCredentials also in documentation.

Configurable flash messages

05 Oct 15:28
Compare
Choose a tag to compare
  • Added options for configurable flash messages from authenticate
  • Return HTTP 400 when username or password is missing

Add passport as peerDependency

05 Oct 15:29
Compare
Choose a tag to compare

Prevent version mismatch by defining passport as peerDependency

Passport update, pass a function instead of options

05 Oct 15:29
Compare
Choose a tag to compare
  • #8: A callback function providing options can be passed instead of options hash
  • Update passport dependency to 0.2.0

Handle NoSuchObjectError as authentcation failure

05 Oct 15:34
Compare
Choose a tag to compare

#6: Handle NoSuchObjectError as authentication failure instead of an error