Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/valentimarco/flow-auth
Microservice to handler all auth
https://github.com/valentimarco/flow-auth
Last synced: 20 days ago
JSON representation
Microservice to handler all auth
- Host: GitHub
- URL: https://github.com/valentimarco/flow-auth
- Owner: valentimarco
- License: mit
- Created: 2024-05-29T18:02:05.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-30T11:11:18.000Z (8 months ago)
- Last Synced: 2024-11-16T21:32:31.066Z (3 months ago)
- Language: Go
- Size: 473 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Flow-Auth
Microservice to handle Passkey auth system:
Works only on chrome bc idk what firefox is doing...- provide a simple RESTAPI to authenticate and authorize users
- Fack Javascript. Long life to golang!
![alt text](image.png)
Based on https://dev.to/egregors/passkey-in-go-1efk
## Dev guide1. install air for hotreload watcher:
```bash
go install github.com/cosmtrek/air@latest
```
2. install dependencies
```bash
go mod download
```
3. run the watcher:
```bash
air
```
## Docker guide1. `docker compose build`
2. `docker compose up`
3. Enjoy