Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 315 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 315 Bytes

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