- Build with
mvn package
- Run mock using
start-wiremock.sh
(uses port 8444 ) - Run API using
mvn spring-boot:run
on theauthenticatio-api
module (uses port 8084) - Run smoke test using
smoke-test.sh
. It will register one account and authenticate on it. Printout is a base64 encoded JWT.