Skip to content

nicolasparada/go-passwordless-demo

Repository files navigation

go-passwordless-demo

Demo

Build instructions

Make sure you have CockroachDB installed, then:

cockroach start-single-node --insecure -listen-addr 127.0.0.1

Then make sure you have Golang installed too and build the code:

go build ./cmd/passwordless

Then run the server:
(Add -migrate the first time)

./passwordless -migrate