Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nicolasparada/go-passwordless-demo
https://github.com/nicolasparada/go-passwordless-demo
authentication passwordless
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nicolasparada/go-passwordless-demo
- Owner: nicolasparada
- Created: 2018-04-18T12:38:59.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2021-05-05T17:45:40.000Z (over 3 years ago)
- Last Synced: 2024-04-14T07:10:35.613Z (7 months ago)
- Topics: authentication, passwordless
- Language: Go
- Homepage: https://go-passwordless-demo.herokuapp.com/
- Size: 97.7 KB
- Stars: 31
- Watchers: 2
- 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
```