Skip to content

Releases: venables/objection-password-argon2

v2.3.0 - With Prebuilt Argon2

25 Sep 21:04

Choose a tag to compare

  • Updates Argon2 to ^0.24.1, which includes prebuilt binaries

v2.2.0 - Now with 100% more Typescript

11 Apr 15:11

Choose a tag to compare

  • Converted the codebase to Typescript

v2.1.0

04 Feb 21:56

Choose a tag to compare

  • Add Model.verifyPassword(password, otherPassword) to check two unhashed strings (useful for preventing timing attacks)
  • Update dependencies

v2.0.0

11 Nov 01:08
af687fb

Choose a tag to compare

  • [IMPROVED] Pull upstream changes to better support for Node 10.x
  • [INTERNAL] Use standardjs for linting

v1.1.0

09 May 00:07

Choose a tag to compare

  • Pull in upstream changes from objection-password (mostly formatting, documentation)
  • Update argon2 module to v0.19.0

v1.0.0

09 May 00:06

Choose a tag to compare

Fork from objection-password to use the Argon2 password hashing algorithm