github davideshay/groceries v0.7.7
v0.7.7 Prevent multiple browser sessions

latest releases: v1.1.9, v1.1.8, v1.1.7...
3 years ago
  • Multiple browser sessions can cause challenges because the refresh and access tokens can get out of sync, triggering the reuse detection logic on the server to invalidate the tokens and require logging in again.
  • Short term, the app simply prevents the user from opening another tab. Android and IOS do not need the check due to their architecture with capacitor
  • Longer term, this could be implemented, just not sure it is worth the complexity

Don't miss a new groceries release

NewReleases is sending notifications on new releases.