What's Changed
- chore: Update traefik to 3.3.2 by @sevensolutions in #78
- feat: Add FAQ by @sevensolutions in #79
- fix: #43: Fix Login URL handling by @sevensolutions in #81
- feat: #61: Change cookie naming to use a prefix. by @sevensolutions in #80
- test: e2e: print container logs on test failure by @cdanis in #83
- test: e2e: assert seamless multi-middleware by @cdanis in #82
Breaking Changes
This release removes the option to change the session cookie name by using the SessionCookie.Name
option.
Instead, the new option CookieNamePrefix
can be used to specify a global prefix for all internal cookie names.
By default, the session cookie is now named TraefikOidcAuth.Session
insead of Authorization
which was confusing.
Full Changelog: v0.6.1...v0.7.0