summaryrefslogtreecommitdiff
path: root/internal/db/postgres.go
AgeCommit message (Collapse)AuthorFiles
2021-03-22Oauth/token (#7)Libravatar Tobi Smethurst1
* add host and protocol options * some fiddling * tidying up and comments * tick off /oauth/token * tidying a bit * tidying * go mod tidy * allow attaching middleware to server * add middleware * more user friendly * add comments * comments * store account + app * tidying * lots of restructuring * lint + tidy
2021-03-15whole buncha stuffLibravatar tsmethurst1
2021-03-15testsLibravatar tsmethurst1
2021-03-15bit of experimenting and tidyingLibravatar tsmethurst1
2021-03-14start working on oauth2 implementationLibravatar tsmethurst1
2021-03-09moving stuff around, stubbing interfacesLibravatar tsmethurst1
2021-03-08add note structLibravatar tsmethurst1
2021-03-07tiny experimentsLibravatar tsmethurst1
2021-03-07tiny bit of moving aroundLibravatar tsmethurst1
2021-03-05create db schemas for accountsLibravatar tsmethurst1
2021-03-04tidying up here and thereLibravatar tsmethurst1
2021-03-04Move some consts aroundLibravatar tsmethurst1
2021-03-03further yak shavingLibravatar tsmethurst1
2021-03-02More messing aroundLibravatar tsmethurst1
2021-03-02start implementing db interfaceLibravatar tsmethurst1