v0.0.2 - Bug Fixes and Dependency Cleanup
·
37 commits
to master
since this release
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
cookieTokenin the authentication response did not match the saved authentication cookie. - Logout Handler: Corrected the Logout handler to call
getLogoutSyncfrom the config object instead of the incorrectgetLoginSync.
🧹 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.