Skip to content

Releases: DWTechs/Passken.js

isValidPassword()

15 Oct 20:12

Choose a tag to compare

  • Add isValidPassword() function to validate password security level against configurable character type requirements
  • Update @dwtechs/checkard dependency to version 3.6.0
  • Update environment variable names for random password options.

Checkard update to v3.5.1

10 Sep 19:46

Choose a tag to compare

  • Update @dwtechs/checkard dependency to version 3.5.1

Password creation only

15 Aug 08:58

Choose a tag to compare

  • Passken now only manages password creation. See @dwtechs/toker for JWT features and @dwtechs/hashitaka for hashing and encryption features

PasskenError

19 Jul 17:26

Choose a tag to compare

  • Implement comprehensive error handling architecture with custom error classes
  • Add PasskenError as base error class with standardized properties (code, statusCode)
  • Create specialized error classes for each error scenario
  • Rename parseBearerToken() function to parseBearer() for cleaner API

Undefined authorization for parseBearerToken()

18 Jul 06:43

Choose a tag to compare

  • Improve parseBearerToken() function to handle undefined authorization properly in typescript

parseBearerToken

17 Jul 20:06

Choose a tag to compare

  • Add parseBearerToken() function to extract access token from authorization header
  • Update Checkard dependency to version 3.2.3
  • Update documentation in readme.md

Better declaration for JWT verify() function

02 Mar 21:18

Choose a tag to compare

  • Fix declaration file for JWT verify() function

better hash method for better compatibility

26 Feb 22:04

Choose a tag to compare

  • Improve hash method for better compatibility with other JWT tools

Better PWD compare() method

25 Feb 20:55

Choose a tag to compare

  • Improve error handling of PWD compare() method
  • Fix declaration file export for Typescript

Better verify() method error handling

24 Feb 20:25

Choose a tag to compare

  • Improve JWT verify() method error handling