Uploaded image for project: 'Realm Core'
  1. Realm Core
  2. RCORE-1577

Feature: Authentication Listener on App

    • Type: Icon: Improvement Improvement
    • Resolution: Unresolved
    • Priority: Icon: Minor - P4 Minor - P4
    • None
    • Affects Version/s: None
    • Component/s: Sync

      In Realm Java and Realm Kotlin we expose an "Authentication Listener" on the App instance which makes it possible to listen to authentication changes like "LoggedIn", "LoggedOut" and "Removed" across all users.

      We have implemented this in the SDK layer, but it would be nice to move it to ObjectStore for two reasons:

      • It would make it easier for other SDK's to implement it.
      • It would allow us to also be able to correctly report a "LoggedOut" event when the refresh token expires. Currently, this is not something we can track at the SDK layer, so we cannot report an event in this case.

            Assignee:
            Unassigned Unassigned
            Reporter:
            christian.melchior@mongodb.com Christian Melchior (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: