mirror of
https://github.com/nais/wonderwall.git
synced 2026-05-07 08:57:07 +00:00
This will attempt to mitigate cases where many instances of Wonderwall on the same domain set cookies which will exceed the header size for Cookies. Generally, this should result in decryption failures when transitioning from one app to another, which should omit the Authorization header and have a new session triggered by the downstream application. Co-Authored-By: Sindre Rødseth Hansen <sindre.rodseth.hansen@nav.no>