API Key Authentication
Overview
The API Key authentication provider allows users to log in using generated keys. There are two types of API keys in MongoDB Realm: server keys and user keys.
Server API Keys
Server API keys are generated in the Realm UI. Creating a server API key associates that API key with an automatically created Realm server user. Provide a server key to external applications and services to allow them to authenticate directly with Realm.
You can associate up to 100 server API keys with an app.
User API Keys
User API keys are generated for specific application users by the client SDKs. You can allow devices or services to communicate with Realm on behalf of a user by associating a unique user API key with each device.
User API keys are always associated with a non-anonymous user. Each user can associate up to 20 user API keys with their account.
Configuration
The API Key authentication provider does not have any provider-specific configuration options.
Create a Server API Key
Remember to copy the server key's value as soon as you create it. Once you leave the provider configuration page or disable the key you cannot retrieve the value from the Realm UI.
Examples
For code examples that demonstrate how to register and log in using API Key authentication, see the documentation for the Realm SDKs:
Summary
- The Realm API Key authentication provider allows users and services to connect to a Realm app using API keys that look like a string of characters.
- User API Keys allow a user to interact with services via the Realm SDK. They are automatically generated in the client SDK.
- Server API Keys allow external services to interact with your Realm app. These keys can only be generated via the Realm UI.