logto-io / logto

🧑‍🚀 The better identity infrastructure for developers and the open-source alternative to Auth0.
https://logto.io
Mozilla Public License 2.0
8.39k stars 412 forks source link

feature request: #6600

Open fre2d0m opened 2 days ago

fre2d0m commented 2 days ago

What problem did you meet?

I expect to migrate the user data in the stock system to logto, but the user password is stored as follows:

  1. salt field is the salt value generated by the user
  2. The result of adding salt hash to password field: sha1(salt + rawPassword)

Describe what you'd like Logto to have

Does logto support the migration method of the above user password?

If it is not supported, is it worth expanding it and submitting a pull request?

wangsijie commented 2 days ago

Salt is not supported yet, this is indeed a common use case, PR is welcomed