aboutsummaryrefslogtreecommitdiff
path: root/pkg/ext/auth.go
AgeCommit message (Collapse)Author
12 daysfeat: Disable auth if passphrase is emptyGabriel A. Giovanini
Disable all auth mechanism when passphrase is empty. That will allow for a simpler setup.
12 daysfeat: 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.