diff options
author | Max Wu | 2016-07-05 23:16:02 +0800 |
---|---|---|
committer | GitHub | 2016-07-05 23:16:02 +0800 |
commit | e3a31bc7323f919089286103bb9b93270db506f3 (patch) | |
tree | 4242d6e63be80f7a665cb0ab04bafa42a6d62998 | |
parent | 40478f4effea55d9e83620aecb7878fc8b3a1ddf (diff) |
Update README.md
Add Third-party integration oauth callback urls
Diffstat (limited to '')
-rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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. |