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
Apply database migrations:
mix setup
Start the server locally:
mix phx.server
Check the server is running with:
curl http://localhost:4000/health