How do you segment and isolate our customer instance and data from other customer data?
How do you segment and isolate our customer instance and data from other customer data?
Customer data is logically separated at the database/datastore level using a unique identifier for each customer. The separation is enforced at the API layer where the client must authenticate with their account, and the customer’s unique identifier is included in the access token to restrict data access.