Skip to content

This poc explores the optio of using basic auth as a security mechanism for inter process comminications.

Notifications You must be signed in to change notification settings

anishnagaraj/microservice-spring-boot-encrypted-basic-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This project demonstrates how basic auth mechanism could be used for microservices built using Spring Boot could synchronously communicate. To strengthen the mechanism, every password is encrypted and then hashed. So on every incoming request, the implementation matches the hash and then decrypt the password. The implementation is modular enough to choose any algorithms.

About

This poc explores the optio of using basic auth as a security mechanism for inter process comminications.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages