Skip to content

Releases: wiltonsr/ldapAuth

v0.1.8

20 Mar 20:44
64fac47
Compare
Choose a tag to compare
Merge pull request #62 from wiltonsr/fix-issue-61

Use same operation mode to bind validations

v0.1.7

14 Mar 13:33
5901443
Compare
Choose a tag to compare
Merge pull request #60 from wiltonsr/add-tls-version-option

Add options options to customize TLS versions

v0.1.6

28 Feb 15:29
f4ba36d
Compare
Choose a tag to compare
Merge pull request #56 from DanElbert/consistent_headers

Ensure Username, Authorization, Ldap-Extra-Attr-DN, and Ldap-Extra-Attr-CN headers are consistently handled

v0.1.5

23 Nov 12:47
66002e5
Compare
Choose a tag to compare
Merge pull request #55 from wiltonsr/strip-commas

Strip comma when baseDN is empty

v0.1.4

23 Aug 21:36
6d73d8b
Compare
Choose a tag to compare
Merge pull request #51 from wiltonsr/fix-html-escaping

fix: replace html templating with text templating to avoid html escaping

v0.1.3

07 Aug 19:57
946801a
Compare
Choose a tag to compare

Deprecated

  • UseTLS option is now deprecated and will be ignored as of this release. TLS connections will be inferred from the URL scheme (ldaps) and from the StartTLS option if set. This is not a breaking change.

v0.1.2

04 Aug 01:40
dc9837b
Compare
Choose a tag to compare

Fix: Disable nested group filter by default as not supported by most LDAP servers

v0.1.1

29 Jul 20:17
c6f6066
Compare
Choose a tag to compare
Merge pull request #44 from fcinqmars/feat-cookie-options

add extra cookie options

v0.1.0

27 Jul 12:33
Compare
Choose a tag to compare
  • Add support to allowedUsers feature

v0.0.22

14 Jun 12:12
ea10444
Compare
Choose a tag to compare
Merge pull request #42 from fcinqmars/fix-content-type-on-errors

Fix content type on errors