Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 516 Bytes

readme.adoc

File metadata and controls

28 lines (17 loc) · 516 Bytes

Spring Boot and JWT

Build it

To build the project, just run

./gradlew bootRepackage

Run it

Simple as a, b, c:

./gradlew bootRun

Use it

Add the Authorization header: Authorization: Bearer ey…​…​…​.

You can generate tokens with this online generator: http://jwtbuilder.jamiekurtz.com. You must add custom claims to access the endpoints (left as exercise).