From e3a31bc7323f919089286103bb9b93270db506f3 Mon Sep 17 00:00:00 2001 From: Max Wu Date: Tue, 5 Jul 2016 23:16:02 +0800 Subject: Update README.md Add Third-party integration oauth callback urls--- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index d392fbca..b2e2b519 100644 --- a/README.md +++ b/README.md @@ -137,6 +137,17 @@ Third-party integration api key settings | imgur | `config.json` | for image upload | | google drive, dropbox | `public/js/common.js` | for export and import | +Third-party integration oauth callback urls +--- +| service | callback url (after the server url) | +| ------- | --------- | +| facebook | `/auth/facebook/callback` | +| twitter | `/auth/twitter/callback` | +| github | `/auth/github/callback` | +| gitlab | `/auth/gitlab/callback` | +| dropbox | `/auth/dropbox/callback` | +| google | `/auth/google/callback` | + Operational Transformation --- From 0.3.2, we start support operational transformation. -- cgit v1.2.3