Skip to content

nikhilswagle/springboot-jwt-auth-provider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is a Spring Boot application that implements JWT authentication mechanism. Following is the sequence of events in the process of authentication

Step 1. User sends authentication request with accessId and secret

Step 2. Server authenticates the user and sends back a JWT in the response, upon successful authentication.

Step 3. User makes an api call with JWT in the Authorization header.

Step 4. Server validates JWT and performs the API call upon successful validation. If the token is invalid then user will recieve 401:UNAUTHORIZED response.

About

Spring Boot app that provides JWT based authentication

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages