
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
|