mirror of
https://github.com/logto-io/logto.git
synced 2025-01-06 20:40:08 -05:00
11 lines
292 B
Markdown
11 lines
292 B
Markdown
|
---
|
||
|
"@logto/schemas": minor
|
||
|
"@logto/core": minor
|
||
|
---
|
||
|
|
||
|
add support for new password digest algorithm argon2d and argon2id
|
||
|
|
||
|
In `POST /users`, the `passwordAlgorithm` field now accepts `Argon2d` and `Argon2id`.
|
||
|
|
||
|
Users with those algorithms will be migrated to `Argon2i` upon succussful sign in.
|