Add auth_key bcrypt hash

:bulb: Add possibility to use bcrypt hash as auth_key

Mainly because it is used by Xpack security

:eyes: Example

Migrating from Xpack to RoR, having a lot of xpack users with bcrypt hashes, this can easily become a big problem - one would need to get new (sha256) hashes from all the users again

:rocket: Let’s do this?

  • 1
  • 2
  • 3
  • 4
  • 5

0 voters

This is super easy to contribute