We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40478f4 commit e3a31bcCopy full SHA for e3a31bc
1 file changed
README.md
@@ -137,6 +137,17 @@ Third-party integration api key settings
137
| imgur | `config.json` | for image upload |
138
| google drive, dropbox | `public/js/common.js` | for export and import |
139
140
+Third-party integration oauth callback urls
141
+---
142
+| service | callback url (after the server url) |
143
+| ------- | --------- |
144
+| facebook | `/auth/facebook/callback` |
145
+| twitter | `/auth/twitter/callback` |
146
+| github | `/auth/github/callback` |
147
+| gitlab | `/auth/gitlab/callback` |
148
+| dropbox | `/auth/dropbox/callback` |
149
+| google | `/auth/google/callback` |
150
+
151
Operational Transformation
152
---
153
From 0.3.2, we start support operational transformation.
0 commit comments