/go-nginx-auth

Primary LanguageHTMLApache License 2.0Apache-2.0

Simple Auth app in GO

Running without Docker

go run main.go

or

go build main.go

./main

Running with Docker ( because that's what heroes do )

./build-docker.sh

docker compose up

That's all happy hacking !