Skip to content

Conversation

@spacerockzero
Copy link

@spacerockzero spacerockzero commented Nov 30, 2018

  • Added fs-webdev/exo as a dev dep. It will be used for any front-end stack code the apps start out with
  • exo/proxy will handle the localdev service and auth proxy
  • apps generated will have an extendable setupProxy file that extends the default proxy list and config's smart defaults
  • docs for how to use and extend the proxy configs are here: https://github.com/fs-webdev/exo#proxy
  • apps generated will now be able to navigate to /auth login, and will have an fssessionid cookie saved on localhost domain when it redirects back to localhost
  • NOTE: Auth service security whitelist requires the local app to run on PORT 5000, until we can get them to change the whitelist, I've prepended PORT=5000 to scripts > start, otherwise we'd get a token error when contacting auth service.
  • Existing apps will need to prepend PORT=5000 to the npm start script in their package.json

@spacerockzero spacerockzero changed the title adding default proxy setup for new apps Add EXO proxy setup for new apps Nov 30, 2018
@joeycozza joeycozza merged commit 6f1acfd into develop Dec 3, 2018
@joeycozza joeycozza deleted the auth branch December 3, 2018 17:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants