Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1021 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 1021 Bytes

jwt-common

Maven Central

Includes basic configurations of Json Web Token, commonly used for Spring projects. Used to perform simple JWT operations. It performs operations such as generating a JWT token, validating the token. It also allows you to manage some of the features required for the JWT library from your database or config file. In addition, it provides a Spring Security integration.

Installation

You can download source and binaries from Sonatype Central Repository download page.

Alternatively you can pull it from the central Maven repositories:

<dependency>
  <groupId>io.github.celikfatih</groupId>
  <artifactId>jwt-common</artifactId>
  <version>1.0.6</version>
</dependency>

License

This code is under the MIT Licence.