opensingular / singular-keycloak-database-federation

Keycloak User Storage SPI for Relational Databases (Keycloak User Federation, supports postgresql, mysql, oracle and mysql)
Apache License 2.0
120 stars 57 forks source link

Switch bcrypt lib #38

Closed Minimoi closed 1 year ago

Minimoi commented 1 year ago

jBCrypt hasn't been updated since 2015 and supports only $2a$ version. It can't validate passwords hashed with $2y$ version (ex: generated through PHP).

I switched to another lib that is more recent, maintained and under Apache 2.0 license.

Minimoi commented 1 year ago

Hi @dasosjt do you know the process in order to merge that PR?

dasosjt commented 1 year ago

Hi @Minimoi , Im sorry but I dont handle this repo and havent seen any merge since I started using this custom user federation

viniciusuriel commented 1 year ago

Hi @Minimoi and @dasosjt thank you all for your support, I am merging this right now and will be closing a new release with your contributions as soon as possible.