Tests for API secured with RSA-signed JWT A sample project is to show how to write tests for an API secured with RSA-signed JWT. Running To run the tests execute: ./gradlew test To run the application execute: ./gradlew run