wasp-lang / wasp

The fastest way to develop full-stack web apps with React & Node.js.
https://wasp-lang.dev
MIT License
12.7k stars 1.13k forks source link

Use `@node-rs/argon2` directly instead of `oslo/password` #2136

Open infomiho opened 3 days ago

infomiho commented 3 days ago

Based on this tweet from Lucia's author and official Lucia docs we should move away from oslo/password to directly using @node-rs/argon2.

We have been using that lib anyways since we used Argon2id from oslo/password which uses @node-rs/argon2.