Version 1.0.13

April 5, 2024

Added

  • Add improved session-handling for authorization and callback methods, to improve failed sessions in some cases.

Version 1.0.12

April 4, 2024

Fixed

  • Fix an error when uninstalling the plugin.
  • Fix Salesforce provider.

Version 1.0.11

March 26, 2024

Added

  • Add Salesforce provider.
  • Add logging when a provider cannot be saved.

Fixed

  • Fix Apple provider not saving.

Version 1.0.10

March 22, 2024

Added

  • Add IdentityServer4 provider.

Version 1.0.9

December 8, 2023

Added

  • Control Panel registrations are now enabled.
  • Add forceActivate plugin setting to override Craft’s user verification handling and login users immediately and automatically.
  • Add support for “Remember Me” handling, as per your Craft config settings, and when providing a rememberMe param for login.
  • Add full name as a user field. (thanks @kennethormandy).
  • Add session errors for fatal errors when processing login callback.

Fixed

  • Fix an error when calling Provider::getToken() for unauthenticated users.
  • Fix callback URI when Craft’s cpTrigger is null (for detached CPs).
  • Fix an error when saving plugin settings, overwriting provider settings.
  • Fix Google offline access type.

Version 1.0.8

October 25, 2023

Fixed

  • Fix an issue where providers were flagging an error when email values from were returning anything other than email.
  • Fix some duplicated user profile field handles for some clients.

Version 1.0.7

October 5, 2023

If you are using LinkedIn, your LinkedIn app will need to now include the Sign In with LinkedIn using OpenID Connect product.

Added

  • Add FreeAgent provider.
  • Add Telegram provider.
  • Add “Use Sandbox” setting for PayPal.

Changed

  • Change LinkedIn to use new OpenID Connect API.

Fixed

  • Fix Shopify provider not including a configurable “Shop” setting.

Version 1.0.6

July 12, 2023

Fixed

  • Fix scopes when merging array values.

Version 1.0.5

July 11, 2023

Fixed

  • Fix scopes when merging array values.

Version 1.0.4

May 27, 2023

Added

  • Add current site support to Redirect URI for multi-sites.
  • Add support for Azure for custom tenants.

Version 1.0.3

April 25, 2023

Fixed

  • Fix an incorrect foreign key constraint with connections.

Version 1.0.2

April 12, 2023

Fixed

  • Fix an error when setting custom scopes for providers.

Version 1.0.1

April 7, 2023

Added

  • Add Neon CRM as a provider.
  • Add “Custom Domain” setting to Auth0 provider.

Fixed

  • Fix Redirect URI not working correctly for multi-sites.

Version 1.0.0

February 1, 2023

Added

  • Initial release