summaryrefslogtreecommitdiff
path: root/internal/server/base.go
AgeCommit message (Collapse)Author
2023-12-08Client + Server: Base the renew button 30 min window on OAuth startjwijenbergh
2023-02-16Format: Run gofumptjwijenbergh
2023-02-16Server: Validate endpointsjwijenbergh
This commit validates the server endpoints by checking the Host and scheme of each URL to check if they match eachother. This is to prevent further mixup attacks
2023-01-06Refactor: Re-use a HTTP clientjwijenbergh
2022-12-21Failover: Initial implementationjwijenbergh
2022-12-12Server: Minor style changesjwijenbergh
2022-12-12simplify error handlingAleksandar Pesic
fixes #6 Signed-off-by: Aleksandar Pesic <peske.nis@gmail.com>
2022-11-28Server: Split more into multiple implementation filesjwijenbergh