Commit graph

4 commits

Author SHA1 Message Date
Jackie Luo
ec848a4a6e fix(lint): Remove unused variable 2016-08-25 14:18:06 -07:00
Jackie Luo
629ddf7886 feat(onboarding): Allow HTTPS in self-hosted sync engine onboarding 2016-08-23 10:46:44 -07:00
Jackie Luo
c4f9bcdf66 fix(self-hosting): Set identity correctly 2016-07-21 15:46:37 -07:00
Jackie Luo
98e351ebeb feat(self-hosting): Add onboarding flow for self-hosted sync engine
Summary:
Adds a fun new UI for adding accounts to the sync engine. After creating your sync engine instance, all you have to do is auth your accounts on the command line and then enter the URL/port number in this flow. That pulls all of your accounts from the `/accounts` endpoint, mocks an identity token, and edits your `config.json` properly.

TODO: Update the docs in the repo and revert the PR with the temporary fix.

Test Plan: Tested locally.

Reviewers: bengotow, halla, juan

Reviewed By: halla, juan

Differential Revision: https://phab.nylas.com/D3114
2016-07-21 14:25:30 -07:00