okta / samples-nodejs-express-4

Express 4 samples. Will publish an artifact that can be consumed by end-to-end sample repos
Other
119 stars 119 forks source link

(Confusing) README for mock vs. real org #14

Closed mdeggies closed 6 years ago

mdeggies commented 7 years ago

It seems a little weird that the default instructions in the README outline how to get up and running with a mock org, and you have to scroll pretty far down the page to see the link with instructions on getting up and running with a real org.

1) What is the point of the mock? Okta sandbox orgs are free, and we want people to register and test stuff out... :)

2) If most people are registering for Okta and testing this out using their own orgs, the default instructions in the README should outline the steps for that. The big difference between the two (mock vs real) is setting up CORS. This should be easily searchable in the main README.

nbarbettini commented 7 years ago

I think the mock server is pretty cool, but I agree - it makes it more confusing when someone wants to set up a real org and test it out. (And I agree with @mdeggies, that should be what we want people to ultimately do)

mdeggies commented 7 years ago

Edit: heh. Just realized you have to start both the server and the mock to see the front-end.

jmelberg-okta commented 6 years ago

We moved away from using a mock service to emulate Okta responses. Closing this as it no longer applies.