This repository was archived by the owner on Jan 8, 2026. It is now read-only.
Authrix v2.0.3
-
New Features
- Major password/security utilities added: Argon2-first hashing, verification with transparent rehash, policy-driven validation, secure password generator, rehash detection, and rate-limiting/pepper protections. Public APIs now expose these helpers.
- Sign-in now transparently upgrades stored password hashes when supported.
-
Tests
- Expanded password/security test suite and added test helpers.
- New test scripts: security and performance.
-
Chores
- Version bump to 2.0.3; added argon2 dependency.