Some Confusion on Authentication options for Realm

We have an existing database that I’ve cloned into a test cluster to enable Realm (Sync). Our users authenticate to our apps that talk to this db via credentials in a users collection. I’m trying to determine the best approach to managing their authentication to Realm since it seems to be separate. We need this to be automated and transparent to the end users so their experience stays the same. I’m assuming an API key is probably the best way to go as we can generate these. But wanted to get community advice.

Hey Gregg, if this authentication system is used in other services/fully built out, would JWT Auth be sufficient for your use case? You can pass in a JWT for a logged in user and Realm will use that to authenticate them with Realm.