mirror of
https://github.com/thomseddon/traefik-forward-auth.git
synced 2026-08-01 22:10:36 +01:00
Add logout endpoint that clears the auth cookie + optional "logout-redirect" config option, to which, when set, the user will be redirected.
9 lines
114 B
Makefile
9 lines
114 B
Makefile
|
|
format:
|
|
gofmt -w -s internal/*.go internal/provider/*.go cmd/*.go
|
|
|
|
test:
|
|
go test -v ./...
|
|
|
|
.PHONY: format test
|