ZIO Smithy4s Auth Example

Run service

sbt run

Request service

curl -XPOST --user some@email.com:password 'localhost:8080/login' -v