Changelog

2.0.14 2026-05-03

Changed

  • Bump verbb/auth to allow firebase/php-jwt 7.x.

2.0.13 2026-03-28

Added

  • Add the ability for some providers to allow admin registration.
  • Add the ability to override the default Redirect URI as a plugin setting.

Fixed

  • Fix an error when trying to resume a session for a user.

2.0.12 2025-11-29

Changed

  • Bump verbb/auth.

Fixed

  • Fix inactive users being able to login.

2.0.11 2025-11-06

Changed

  • Bump verbb/auth.

2.0.10 2025-07-18

Changed

  • Update English translations.

2.0.9 2025-05-01

Fixed

  • Fix an error when logging errors for unsupported email providers.
  • Fix status indicator for various UI elements.
  • Fix compatibility with Craft 5.2+ and the session-expired login modal.

2.0.8 2025-04-12

Fixed

  • Fix compatibility with Craft 5.2+ and the session-expired login modal.
  • Fix an error for some providers (GitHub, GitLab, PayPal).

2.0.7 2024-09-14

Added

  • Add Microsoft Entra provider.

2.0.6 2024-09-07

Added

  • Add the ability to set the endpoint version for Azure provider.

2.0.5 2024-08-11

Changed

  • CP Login templates now are wrapped with a .social-login-cp-container div.
  • Update syncProfile to be disabled by default.
  • Update English translations.

Fixed

  • Fix custom CP login template not resolving correctly.
  • Fix HubSpot default scopes.

2.0.4 2024-07-17

Fixed

  • Fix an error with Amazon Cognito provider.

2.0.3 2024-07-15

Added

  • Add sendActivationEmail plugin setting.
  • Add the ability to set data for a login request, where users might want to store extra information.
  • Add Amazon Cognito provider.

Changed

  • Revert callback URI change for cpTrigger = null (for detached CPs).

Fixed

  • Fix race conditions with plugin initialization. (thanks @nfourtythree).
  • Fix activation email logic.

2.0.2 2024-05-29

Added

  • Added a new Plugin setting for syncing user profiles for existing accounts (thanks @SwiseWeb).
  • Add the ability to set data for a login request, where users might want to store extra information.

Changed

  • Update English translations.

Fixed

  • Fix URL normalization for headless redirect URI.
  • Fix an error with headlessMode and CP-based logins.
  • Fix LinkedIn provider and the v2 API.
  • Fix an error when using “Name” as a value for matching an existing user. This is now “Full Name”.
  • Fix control panel login not working correctly.

2.0.1 2024-05-14

Fixed

  • Fix an error with Salesforce.

2.0.0 2024-05-13

Added

  • Add improved session-handling for authorization and callback methods, to improve failed sessions in some cases.
  • Add IdentityServer4 provider.
  • Add Salesforce provider.
  • Add logging when a provider cannot be saved.

Changed

  • Now requires PHP 8.2.0+.
  • Now requires Craft 5.0.0+.

Fixed

  • Fix an error when uninstalling the plugin.
  • Fix Salesforce provider.
  • Fix Apple provider not saving.