Release v1.9.0
Release 1.9.0
Changelog
Added
- Social login (OAuth): profile
social_login(mode,create_user_if_missing), Doctrine entitiesSocialLoginCredential/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
ProfileRegistryinitializesbyExactClassbefore the constructor body (avoids uninitialized typed property access).
Full Changelog: v1.8.2...v1.9.0