Laixer / Swabbr-Android

Swabbr Android application
2 stars 0 forks source link

Multiple logins not fully supported (refresh token invalidates) #174

Open tabeckers opened 3 years ago

tabeckers commented 3 years ago

When we login on device A we get an auth token and a refresh token. When we then login on device B we will get a new auth token and refresh token. The refresh token will be overwritten, meaning the refresh token contained by A will no longer be valid.

Some day we will want to support this functionality.