Skip to content

v0.0.2 - Bug Fixes and Dependency Cleanup

Choose a tag to compare

@UnnikrishnanBhargavakurup UnnikrishnanBhargavakurup released this 24 Dec 16:17
· 37 commits to master since this release
3ded8e7

Release Notes: v0.0.2

🛠 Fixes

  • Button Visibility: Resolved an issue where the "Continue with Hellō" and "Logout" buttons were not properly displaying based on the user's authentication state.
  • Cookie Token Handling: Fixed an issue where the cookieToken in the authentication response did not match the saved authentication cookie.
  • Logout Handler: Corrected the Logout handler to call getLogoutSync from the config object instead of the incorrect getLoginSync.

🧹 Code Quality

  • Addressed and fixed all linting issues for improved code quality and consistency.

🔥 Removed

  • PSR Log Dependency: The library no longer depends on PSR Log, reducing external dependencies and simplifying integration.