summaryrefslogtreecommitdiff
path: root/repo/sessionRepo.go (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-10-25Use cookies for session storager1-47/+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.
2020-11-22Refactor thingsr1-3/+3
- Remove separate auth/logging and merge them into transport.go - Add helper function for http handlers
2020-03-04Remove session details on signoutr1-0/+5
2020-01-28Refactor everythingr1-0/+42