aboutsummaryrefslogtreecommitdiff
path: root/pkg/handler/auth
AgeCommit message (Collapse)Author
3 daysfeat: Wrap requestGabriel A. Giovanini
Since request is not a interface I need to create a wraper for it so I can extend it later.
2024-12-11feat: Add login redirectGabriel A. Giovanini
Now login will return to page before the user clicked on login
2024-12-11feat: Add UI/Handler login processGabriel A. Giovanini
It adds the whole workflow to store and handle login on both UI and handler level. With that the login information should be available at any point given the context.
2024-10-28feat: Add skeleton login pageGabriel A. Giovanini