All Projects → oktadev → okta-java-jwt-example

oktadev / okta-java-jwt-example

Licence: other
JSON Web Tokens with Java

Programming Languages

java
68154 projects - #9 most used programming language

Labels

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].