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

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

advance-encryption-standard custom-headers filters spring-boot spring-security spring-web

Last synced: 3 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