aboutsummaryrefslogtreecommitdiff
path: root/service/client.go
AgeCommit message (Collapse)Author
2023-10-07Use stricter cookie attributesr
2023-09-18Restrict instance domain in single_instance moder
2022-10-25Use cookies for session storager
Remove the server side session storage and store all the session related data in the client side cookies. This decreases the exposure of the auth tokens. It also simplifies the installation process as bloat no longer requires write access to the filesystem. This is a breaking change, all the existing sessions will stop working.