auth
2015-07-18
Parent:aa14e29b666f
auth/authd/build-docker.sh
Send events when logins are verified. Add an ActionLoginVerified constant to use as the action when a login has been verified. On second thought, this should probably just be "verified", huh? Then we can reuse it across models. Oops. We also added a call to send a login verified event to NSQ when the login is verified.
1 docker run -it -e "CGO_ENABLED=0" -e "GOOS=linux" -v $GOPATH:/gopath google/golang go build -v -a -installsuffix cgo -o /gopath/src/code.secondbit.org/auth.hg/authd/docker-authd -ldflags "-X code.secondbit.org/auth%2ehg.Version `hg id -i`" code.secondbit.org/auth.hg/authd