summaryrefslogtreecommitdiff
path: root/service/client.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use stricter cookie attributesr2023-10-071-3/+6
|
* Restrict instance domain in single_instance moder2023-09-181-1/+5
|
* Use cookies for session storager2022-10-251-0/+111
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.