-
Notifications
You must be signed in to change notification settings - Fork 154
Open
Description
Problem
Our team (~10 developers) uses WorkOS, but we’re struggling to find a good workflow for local development. Right now, some developers are resorting to using production credentials because authentication doesn’t work reliably when running the entire product locally.
We’d like guidance on the best practices or recommended workflow for this scenario.
Goals
We want a local development setup that allows:
- Using the WorkOS development environment (not production).
- Creating new users as needed.
- Easily deleting users so they can be recreated.
- Seeding users via a simple script (e.g., a JS script).
- Isolated environments per developer (so multiple devs can create users with the same email addresses).
Question
What workflow do you recommend for local development with WorkOS that meets the above goals?
Metadata
Metadata
Assignees
Labels
No labels