Skip to content

hemantsonu20/spring-jwt-security

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-jwt-security

A spring security implementation with Json Web Token.

This repository includes three modules.

  • common-lib A shared common library includes some common security configuration.

  • jwt-token-service A service which issues token. One need to provide a username / password to the LoginInfoController and it will generate jwt token. Currently username / password is hard coded in application.properties for simplicity.

  • resource-service A service which resources are protected. See ResourceController for more details.