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

https://github.com/dimmaryanto93/springboot-security-sha256-example

Belajar spring security password encoder 256 example
https://github.com/dimmaryanto93/springboot-security-sha256-example

authentication sha256 spring-security springboot

Last synced: about 2 months ago
JSON representation

Belajar spring security password encoder 256 example

Awesome Lists containing this project

README

          

# Springboot auth encode sha256 Password Encoder

Password encode with algoritm SHA-256 encoder and custome salt each users

Example:
- username: `admin` password: `password` -> login success
- username: `user_lock` password: `password` -> user is locked
- username: `user_expired` password: `password` -> user is expired
- username: `user_blocked` password: `password` -> user is blocked