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
Added creation of anonymous unclaimed user if no user with provided account ID (obfuscatedExternalAccountId) was found. Google's in-app purchases have to be possible without account in CRM. remp/crm#1438
Added event handlers to attempt to claim user when device and access tokens are paired together (e.g. login, register). remp/crm#1491
Fixed issue with date millis parsing provided by Google Play if the times ended with zero. remp/dn-mofa#208
Added event handlers to protect backend-only access tokens before device token unpairing - devices would lose access even when they shouldn't. remp/crm#1494