You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BREAKING: Bump minimal PHP version to 7.4. remp/crm#2068
BREAKING: Changed SsoUserManager#matchOrCreateUser() function parameters - $userBuilder added, $registrationChannel and $source removed. remp/helpdesk#848
Added option to set password lazily in UserBuilder using callable function. The actual password is generated later when user is saved using save() function. remp/helpdesk#848
Fixed saving referer when creating user via Apple or Google Sign-in. remp/helpdesk#848
Added optional parameter is_web to /api/v1/users/google-token-sign-in API. remp/crm#2054
Added priority to BasicUserDataProvider registration. We want to execute it as last so we have email accessible until all user data are removed when deleting user (eg. user subscriptions from REMP/Mailer). remp/crm#2047