https://github.com/nicolasparada/go-passwordless-demo
https://github.com/nicolasparada/go-passwordless-demo
authentication passwordless
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/nicolasparada/go-passwordless-demo
- Owner: nicolasparada
- Created: 2018-04-18T12:38:59.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2021-05-05T17:45:40.000Z (about 5 years ago)
- Last Synced: 2025-04-10T12:48:10.580Z (about 1 year ago)
- Topics: authentication, passwordless
- Language: Go
- Homepage: https://go-passwordless-demo.herokuapp.com/
- Size: 97.7 KB
- Stars: 30
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-passwordless-demo
[Demo](https://go-passwordless-demo.herokuapp.com/)
## Build instructions
Make sure you have [CockroachDB](https://www.cockroachlabs.com/) installed, then:
```bash
cockroach start-single-node --insecure -listen-addr 127.0.0.1
```
Then make sure you have [Golang](https://golang.org/) installed too and build the code:
```bash
go build ./cmd/passwordless
```
Then run the server:
_(Add `-migrate` the first time)_
```
./passwordless -migrate
```