How to Migrate Passwords from Bcrypt to Argon Hashes in AdonisJS
Aug 21, 2023 · 2 min read · You aren't alone on this. I've had to migrate several production applications which were running with Adonisjs V4 (using the bcrypt hashing algorithm) to Adonisjs V5 (using the argon hashing algorithm). The challenge here is ensuring existing users (...
Join discussion



