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: Changed response status code to 404 Not Found when there is no device token found based on request parameters in /api/v1/users/login API. remp/crm#1986
The API used to previously return 400 Bad Request.
Added confirmed_at property to various user login/create/info API endpoints. See README for additional details. remp/crm#1999
Added support for device_token pairing in /api/v1/users/google-token-sign-in API and /api/v1/users/apple-token-sign-in. remp/crm#1986
Added confirmed_at to the BasicUserDataProvider so it's cached for client application to use. remp/crm#2003
Fixed saving date of update in AdminGroupsRepository->update().
Changed command return codes to Symfony's Command return code. remp/crm#2007
Added return to UsersRepository->update(). remp/crm#2007
Added ability to specify SameSite flag for cookies set by AccessToken. remp/helpdesk#778
Added scenario criteria to check if user's account is confirmed ("user" - "is confirmed"). remp/crm#1028
Added optional parameter gsi_auth_code to /api/v1/users/google-token-sign-in API. remp/crm#1954