astrolicious / studiocms

A dedicated CMS for Astro Studio. Built from the ground up by the Astro community.

Home Page:https://astro-studiocms.xyz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug: Password hashing does not work on all node runtimes

Adammatthiesen opened this issue · 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