Skip to content

0.21.0

Compare
Choose a tag to compare
@rootpd rootpd released this 01 Oct 14:11
· 104 commits to master since this release
  • 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