Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 650 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 650 Bytes

JSON Web Token with Java Example

This example app shows how to use JJWT to encode and decode a simple JSON Web Token.

Prerequisites: Java 8

Clone the repo

git clone https://github.com/oktadeveloper/okta-java-jwt-example.git 
cd okta-java-jwt-example

Run the tests

./gradlew test -i

For more info take a look at the JWTDemo class.