Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@YoubaImkf YoubaImkf released this 09 Mar 19:03

Release v1.0.0 🚀

Highlights ✨

  • Enhanced security with dynamic token generation using Argon2 hashing;
  • Transition from cookie-based to token-based authentication for improved security;
  • Improved error handling with descriptive UnauthorizedException messages;
  • Code refactoring and enhancements for better maintainability and readability;

Breaking Change 💥

  • Removal of cookie-based authentication;
  • Improve authentication logic;

Upgrade Steps ⬆️

  • Update authentication logic to support token-based authentication;
  • Remove dependencies on cookie-based authentication;
  • Update error handling to accommodate new UnauthorizedException messages;