Skip to content

Includes basic configurations of Json Web Token, commonly used for Spring projects.

License

Notifications You must be signed in to change notification settings

celikfatih/jwt-common

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Includes basic configurations of Json Web Token, commonly used for Spring projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages