Easy Passkey authentication for Supabase and Postgres.
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.
To run it locally you need to have the following tools installed:
Start Postgres:
docker compose up -d dbApply database migrations:
mix setupStart the server locally:
mix phx.serverCheck the server is running with:
curl http://localhost:4000/health