summaryrefslogtreecommitdiff
path: root/util (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-10-07Remove unused session ID fieldr1-4/+0
2022-10-25Use cookies for session storager1-91/+0
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.
2022-01-02Simplify id generationr1-13/+7
2022-01-02Use GO's flag parser instead of getoptr1-122/+0
There's only one flag, so it doesn't matter.
2020-11-22Refactor thingsr1-0/+91
- Remove separate auth/logging and merge them into transport.go - Add helper function for http handlers
2020-01-28Refactor everythingr1-4/+4
2020-01-26Update random id generation algorithmr1-6/+11
2020-01-26Add CSRF protectionr1-0/+4
2020-01-01Add command line flag to specify config filer1-0/+122