Releases: hellocoop/php
Bug Fixes and UX Improvements
Changes in v0.0.3
Bug Fixes
- Fixed an "Undefined Array Key Warning" in
Callback->handleCallback()
. Ensured the existence of$callback['accessDenied']
and$callback['updatedAuth']
before accessing them.
Improvements
- Enhanced user experience by prompting users to configure the Redirect URI in the Hello Wallet App if redirected with
wildcard_console
.
These updates improve the stability and usability of the library.
v0.0.2 - Bug Fixes and Dependency Cleanup
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 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.
v0.0.1 - Initial Release of Hellocoop: PHP Client for Hellō IdP
What's New:
-
Introduction:
Hellocoop is a PHP library designed to integrate with the Hellō Identity Provider (IdP). This framework-agnostic client provides essential functionality to streamline authentication workflows across popular frameworks like Symfony and Drupal. -
About Hellō:
Hellō enables your users to register and log in using their choice of popular social logins, email, or phone—without tracking them. It's a cloud identity wallet with a mission to empower users to control their digital identities. -
Features in this Release:
- Social Login: Support for popular providers like Google, Facebook, etc.
- Email and Phone Authentication: Verified email or phone login for seamless access.
- User Privacy First: Focused on giving users control without tracking.
- Quick Integration: Set up authentication in minutes.
-
Developer-Friendly:
The easiest and quickest way to onboard and authenticate your users with social providers, verified email, and phone. With Hellocoop, you can integrate Hellō into your PHP applications effortlessly.