pavelbogomolenko / keycloak-custom-password-hash

Example of custom password hash SPI for Keycloak

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Example of custom password hash SPI for Keycloak


Languages

Language:Java 100.0%