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
When I install the app on my Android phone, an anonymous token gets created the first time the app is loaded. When the user logs into the app, the token stays as anonymous. Should it be converted to an authenticated token or the anonymous be deleted and an authenticated token created?
The text was updated successfully, but these errors were encountered:
@mkinnan I don't think so, the token is registered to the device itself and I don't think the system really cares about whether or not they are authenticated. I'd be curious if the tokens stored up in Drupal are tied to a user id in any way, if that was the case, then I could see value in that.
When I install the app on my Android phone, an anonymous token gets created the first time the app is loaded. When the user logs into the app, the token stays as anonymous. Should it be converted to an authenticated token or the anonymous be deleted and an authenticated token created?
The text was updated successfully, but these errors were encountered: