mirror of
https://github.com/pnpm/pnpm.git
synced 2026-06-28 18:05:29 -04:00
* fix(pnpr): avoid concurrent adduser overwrite * refactor(pnpr): extract verify_returning_user helper Deduplicate the returning-user verify path shared by the early existing-user check and the post-hash re-check, and document why the concurrent regression test uses a higher bcrypt cost. --------- Co-authored-by: Zoltan Kochan <z@kochan.io>