Are there any recommended best practices around when to create a new store vs using an existing store?
Not sure if a new store would be required for every app, as that sounds pretty daunting to try and maintain.
Are there any recommended best practices around when to create a new store vs using an existing store?
Not sure if a new store would be required for every app, as that sounds pretty daunting to try and maintain.
You’d create a new store per environment (dev/staging/prod), or for applications that target a different set of users (e.g. internal vs external, infrastructure authorization vs user authorization).
If you have tuples for the same users, you would use the same store.
Let me know if that makes sense,
Regards,
Andres