Ecosyste.ms: Awesome

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

https://github.com/pavelbogomolenko/keycloak-custom-password-hash

Example of custom password hash SPI for Keycloak
https://github.com/pavelbogomolenko/keycloak-custom-password-hash

Last synced: about 1 month ago
JSON representation

Example of custom password hash SPI for Keycloak

Lists

README

        

# 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