valentimarco / Flow-Auth

Microservice to handler all auth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flow-Auth

Microservice to handle Passkey auth system: Works only on chrome bc idk what firefox is doing...

Dev guide

  1. install air for hotreload watcher:
     go install github.com/cosmtrek/air@latest
  2. install dependencies
    go mod download
  3. run the watcher:
    air

Docker guide

  1. docker compose build
  2. docker compose up
  3. Enjoy

About

Microservice to handler all auth

License:MIT License


Languages

Language:Go 59.5%Language:JavaScript 29.1%Language:HTML 8.7%Language:Dockerfile 2.8%