Skip to content
Snippets Groups Projects
Unverified Commit 04d85c79 authored by Andrej Shadura's avatar Andrej Shadura
Browse files

Only store the 'info' part of the auth hash in the session


The auth hash can be quite large, and with session storage in cookies,
the cookie can easily reach the 4 KB limit. Work around this issue
by only storing the part of the hash we currently use.

Signed-off-by: Andrej Shadura's avatarAndrej Shadura <andrew.shadura@collabora.co.uk>
parent 1683e170
No related branches found
No related tags found
1 merge request!14SSO implementation
Pipeline #39550 passed