Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 363 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 363 Bytes

Java JWT Parser

Install

[email protected]:OrganicityEu/java-jwt-parser.git
cd java-jwt-parser
mvn install

Dependency

<dependency>
	<groupId>eu.organicity.eu</groupId>
	<artifactId>java-jwt-parser</artifactId>
	<version>0.0.1-SNAPSHOT</version>
</dependency>

Usage

See TestJwtParser for an example. It takes a token as an argument.