We’ve been trying to utilize Epicenter’s data features to capture simple analytics from the interface. Essentially the following:
- Save an (anonymous) user’s choices as a structured JSON
- Read all of these records as an admin
Storing and retrieving the data works like a charm, however, we could only make it so that every user in the system can retrieve (and even delete) everybody else’s data. It’s obviously not desired, so the question is whether there’s a way to:
- Allow creating new records for everyone (without logging in, or automatically generating users under the hood)
- …but only allow accessing the records for an admin user with a specific password?