Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/avidee007/spring-security-custom-auth

Using filters to do custom authentication with spring-security based http headers
https://github.com/avidee007/spring-security-custom-auth

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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