Can't match Bcrypt hash generated in PHP using Node Bcrypt function when configuring custom DB

Hi all

just gived a second warning that PHP encoded bcrypt passwords hashes are NOT the same that blablaJS (nodeJS) ones :slight_smile:

i just lost 1 or 2 hours (kind of) with this password encryption related issue :slight_smile:

keywords :

  • PHP
  • NodeJS
  • Bcrypt
  • Auth0
  • SQL (mysql - mariadb)
  • custom database
  • whatelse