Skip to content

Using filters to do custom authentication with spring-security based http headers

Notifications You must be signed in to change notification settings

avidee007/spring-security-custom-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom Authentication with Spring security

  • Built a custom secure token using Symmetric Advanced Encryption Algorithm.
  • This token is a custom version token similar to JWT token.
  • This token can be achieved by /token endpoint associated with mobile number.
  • Token acquired needs to be passed in request header with name x-auth-token for secured APIs.
  • Implemented custom security filters to do custom authentication reading custom http header.
  • User will be authenticated based upon the validation of token value.

Components Used

  • spring starter web
  • spring starter security

About

Using filters to do custom authentication with spring-security based http headers

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages