Skip to content

Release v1.9.0

Choose a tag to compare

@github-actions github-actions released this 30 Jul 09:19
· 38 commits to main since this release

Release 1.9.0

Changelog

Added

  • Social login (OAuth): profile social_login (mode, create_user_if_missing), Doctrine entities SocialLoginCredential / SocialLoginAccount (DB-stored app credentials + linked user tokens), routes /login/social/{provider} + /check, login Twig buttons when mode is enabled and enabled credentials exist. See SOCIAL-LOGIN.md.
  • Runtime dependency: symfony/http-client (^7.4 || ^8.0).

Changed

  • README documentation list: Social login under Additional; base Documentation order restored.

Fixed

  • ProfileRegistry initializes byExactClass before the constructor body (avoids uninitialized typed property access).

Full Changelog: v1.8.2...v1.9.0