We are moving our architecture from template-based UI to React app + API Server (for the data).
We want our React developers to work against the production/staging environment.
What's the best way to simulate login (all the data is in the context of a specific user)?
Our server is python/Flask using simple cookies mechanism to manage users' sessions