Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 676 Bytes

README.md

File metadata and controls

42 lines (26 loc) · 676 Bytes

cozyauth

Easy Passkey authentication for Supabase and Postgres.

Usage

Currently, cozyauth under development and not yet ready for production use.

If you want to try it out, you can do so by following the instructions below.

Prerequisites

To run it locally you need to have the following tools installed:

Development

Start Postgres:

docker compose up -d db

Apply database migrations:

mix setup

Start the server locally:

mix phx.server

Check the server is running with:

curl http://localhost:4000/health