Skip to content

v0.7.0

Choose a tag to compare

@sevensolutions sevensolutions released this 07 Feb 14:50
· 93 commits to main since this release

What's Changed

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