You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on Auth0 Simulator blog post and I'm hit a point where I need to introduce the simulator. I'm finding the current onboarding experience to be a bit of a leap. I would like to be very simple. I want to be able to say run npx @simulacrum/auth0-simulator start to start your simulator. Instead, I need to give them a bunch of steps on how to start the simulator.
Request
Let's make it possible to start the auth0-simulator without having to run GraphQL. We can later tell people about GraphQL when they have a reason to use it. I propose that we add the following,
add start command to @simulacrum/auth0-simulator bin that will automatically execute the createSimulation mutation.
Context
I'm working on Auth0 Simulator blog post and I'm hit a point where I need to introduce the simulator. I'm finding the current onboarding experience to be a bit of a leap. I would like to be very simple. I want to be able to say run
npx @simulacrum/auth0-simulator start
to start your simulator. Instead, I need to give them a bunch of steps on how to start the simulator.Request
Let's make it possible to start the auth0-simulator without having to run GraphQL. We can later tell people about GraphQL when they have a reason to use it. I propose that we add the following,
start
command to@simulacrum/auth0-simulator
bin that will automatically execute thecreateSimulation
mutation.start
command should take--audience
,--scope
andclientId
arguments. We should make sure thatcreateSimulation
auth0client_id
vsclientId
#124 is not going to cause a problem for peopleUnknown questions
The text was updated successfully, but these errors were encountered: