Skip to content

users-package:v4.2.0

Choose a tag to compare

@github-actions github-actions released this 31 Dec 10:09
d87f4e8

v4.2.0 - 2025-12-31

What's Changed

Full Changelog: v4.1.3...v4.2.0 by @obervinov in #78

🚀 Features

  • Add generic token-based authentication support for frontend integration (web UIs, mobile apps, CLI tools)
    • New methods: issue_token(), validate_token(), revoke_token()
    • PBKDF2 hashing with 100,000 iterations and unique salts
    • Single-use token enforcement and automatic revocation
    • Backward compatible: gracefully handles missing users_tokens table