mirror of
https://github.com/thomseddon/traefik-forward-auth.git
synced 2026-02-03 05:13:22 +00: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
|