Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 266 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 266 Bytes

keycloak-custom-password-hash

Example of custom password hash SPI for Keycloak

Building

Ensure you have JDK 8 (or newer), Maven 3.1.1 (or newer) and Git installed

java -version
mvn -version
git --version

To build run:

mvn install