astrolicious/studiocms

Bug: Password hashing does not work on all node runtimes

Adammatthiesen opened this issue · 1 comments

napi-rs/node-rs#816

This same error is present when username/password is enabled for deployments, to resolve this we should swap the node-rs/argon dep to a package such as noble-hashes as a runtime agnostic alternative for password hashing.

Branch issue-0074 created for issue: Bug: Password hashing does not work on all node runtimes