Skip to content

Releases: hellocoop/php

📦Release v1.1.0 - Fix the HelloResponseInterface

28 Aug 16:42
1044d3d

Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.1.0

📦Release v1.0.0 - Introduce E2E tests

25 Aug 10:37
642575c

Choose a tag to compare

What's Changed

This release removes support for older PHP versions (7.x, 8.0, 8.1, 8.2). We also introduced Playwright tests taken from packages-js, which now runs in a weekly schedule and uploads the reports as artifacts.

Full Changelog: v0.0.4...v1.0.0

📦 Release v0.0.4 – Introduces support for OpenID Provider Commands

16 Apr 12:36

Choose a tag to compare

What's new:

This release introduces support for OpenID Provider Commands, enabling Identity Providers (IdPs) to manage account-related behaviors of relying parties more effectively and securely.

Bug Fixes and UX Improvements

22 Jan 14:08
aff113d

Choose a tag to compare

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

24 Dec 16:17
3ded8e7

Choose a tag to compare

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.

v0.0.1 - Initial Release of Hellocoop: PHP Client for Hellō IdP

12 Dec 07:52

Choose a tag to compare

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.