Skip to content

This Spring Boot based application serves as an example of how to use JWTs (JSON Web Tokens). The next request from the client will be authenticated by using the produced JWT token if it is made before the token expiration time. It first validates the incoming request and creates a JWT token using a suitable algorithm that is valid for a time pe…

Notifications You must be signed in to change notification settings

Jatinder-Singh1064/spring-boot-security-using-jwt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

spring-boot-security-using-jwt

This Spring Boot based application serves as an example of how to use JWTs (JSON Web Tokens). The next request from the client will be authenticated by using the produced JWT token if it is made before the token expiration time. It first validates the incoming request and creates a JWT token using a suitable algorithm that is valid for a time period.

Developed using Spring Boot, Spring Security, JPA, Maven, Spring Tool Suite, MySQL and GIT.

About

This Spring Boot based application serves as an example of how to use JWTs (JSON Web Tokens). The next request from the client will be authenticated by using the produced JWT token if it is made before the token expiration time. It first validates the incoming request and creates a JWT token using a suitable algorithm that is valid for a time pe…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages