Skip to content

Releases: manuelkasper/mod_auth_pubtkt

v0.14

17 Dec 15:43
Compare
Choose a tag to compare
  • Respect X-Forwarded-Proto header for method selection
    (Contributed by @Ludek2)
  • Build via automake (Contributed by @rmacd)
  • Fix OpenSSL compatibility issues (Contributed by @rmacd)
  • PHP login: Fix occasional invalid signature (suggested by @michelcve)
  • PHP login: Fix bauth when password contains ':' (suggested by @ggramaize)
  • Maximum uid length increased to 255 chars (to match Apache spec)
    (Contributed by @rmacd)

v0.13

15 Oct 16:50
Compare
Choose a tag to compare
  • Added compatibility with OpenSSL 1.1 API (Contributed by Vulpeculus)

v0.12

15 Mar 12:53
Compare
Choose a tag to compare
  • Added Multifactor config options and logic with TKTAuthRequireMultifactor and TKTAuthMultifactorURL directives (Contributed by Nick Ramser)

v0.11

01 Mar 07:40
Compare
Choose a tag to compare
  • Fixes selection of digest algorithm when using TKTAuthDigest.

v0.10

16 Dec 21:20
Compare
Choose a tag to compare

Added TKTAuthDigest directive, contributed by @tomalok

v0.9

09 Sep 16:26
Compare
Choose a tag to compare

Add TKTAuthHeader directive