Server Integration
Server Integration
Create sessions on your server with a secret key and return client tokens to the React SDK.
Your backend is responsible for keeping the secret key safe, creating sessions, and deciding which memories each session can access. The React SDK never talks to the Fency API with a secret key � it only uses short-lived client tokens that your server issues.
This section covers: