Just authenticates you, and sets a cookie. Useful for caddy/traefik forward-auth.
Go to file
Neale Pickett d8b14082e4 Remove some older arm build platforms 2021-08-15 11:12:07 -06:00
.github/workflows Remove some older arm build platforms 2021-08-15 11:12:07 -06:00
build Working, trying to get CI going 2021-08-15 11:03:25 -06:00
cmd/simpleauth Working, trying to get CI going 2021-08-15 11:03:25 -06:00
pkg/token Working, trying to get CI going 2021-08-15 11:03:25 -06:00
static Working, trying to get CI going 2021-08-15 11:03:25 -06:00
README.md Remove some older arm build platforms 2021-08-15 11:12:07 -06:00
go.mod Working, trying to get CI going 2021-08-15 11:03:25 -06:00
secret Working, trying to get CI going 2021-08-15 11:03:25 -06:00

README.md

All this does is present a login page. Upon successful login, the browser gets a cookie, and further attempts to access will get the success page.

I made this to use with the Traefik forward-auth middleware. All I need was a simple password, that's easy to fill with a password manager. This checks those boxes.