wiltonsr / ldapAuth

An open source Traefik Middleware that enables authentication via LDAP in a similar way to Traefik Enterprise
https://plugins.traefik.io/plugins/628c9eb7ffc0cd18356a979c/ldap-auth
Apache License 2.0
111 stars 10 forks source link

fix: also forward username on cached requests #58

Closed sseemayer closed 6 months ago

sseemayer commented 6 months ago

Fixes #57

Ensures the ForwardUsername setting is honored also when the LDAP authentication was cached into the session variable.

wiltonsr commented 6 months ago