aboutsummaryrefslogtreecommitdiff
path: root/pkg/view/auth.go
AgeCommit message (Collapse)Author
2023-09-12feat: Add admin controlGabriel Arakaki Giovanini
Now only admins can access settings.
2023-08-25feat: Handle login errorGabriel Arakaki Giovanini
2023-08-19fix: Fix various linting errorGabriel Arakaki Giovanini
2023-08-05ref: Move net/httpGabriel Arakaki Giovanini
I was young and naive, fasthttp does not fit my needs and make development slower. I'll move to net/http since it has a wider support and will spare some time on implementation detail things (like CSRF). It will allow me to reduce a bit of the code since there may be lib for handling cookie encryption and auth in general.
2023-07-19feat: Move register from `html/template` to qtplGabriel Arakaki Giovanini
2023-07-19feat: Move login from `html/template` to qtplGabriel Arakaki Giovanini
2023-06-29ref: Move all controller under the same folderGabriel Arakaki Giovanini
Move all controller to the same folder and rename them to service. Moving them to the same folder allow an easier setup for testing.
2023-06-26feat: Add initial user setupGabriel Arakaki Giovanini
2023-06-25feat: Add user list UIGabriel Arakaki Giovanini
Fill user settings UI with actual data.
2023-06-18feat: Inicial commitGabriel Arakaki Giovanini
It contains rough template for the server and runners. It contains rough template for the server and runners.