~sbaildon/yemma

Opinionated, passwordless authentication for Elixir projects

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~sbaildon/yemma
read/write
git@git.sr.ht:~sbaildon/yemma

You can also use your local clone with git send-email.

#Yemma

Opinionated, passwordless authentication for Elixir projects

#Getting started

See the quickstart guide

#Testing

  1. Start a postgres database

    docker run --rm --name yemma_testing -e POSTGRES_PASSWORD=password -p 127.0.0.1:5432:5432 -d postgres
    
  2. Copy and optionally update DATABASE_URL

    cp env{.example,}
    
  3. Set up the database

    make test-setup
    
  4. Run tests

    make test