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

Improve cache system #22

Closed wiltonsr closed 1 year ago

wiltonsr commented 1 year ago

We need to add some level of cryptography to prevent fake/malicious requests to be validated.

Tried to use gorilla/sessions but is incompatible with yaegi.

wiltonsr commented 1 year ago

Starting with traefik/v2.8.5 that uses yaegi/v0.14.2 gorilla/sessions works as expected.