mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 09:46:30 -05:00
Update README.md
Add Third-party integration oauth callback urls
This commit is contained in:
parent
40478f4eff
commit
e3a31bc732
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
@ -137,6 +137,17 @@ Third-party integration api key settings
|
||||||
| imgur | `config.json` | for image upload |
|
| imgur | `config.json` | for image upload |
|
||||||
| google drive, dropbox | `public/js/common.js` | for export and import |
|
| 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
|
Operational Transformation
|
||||||
---
|
---
|
||||||
From 0.3.2, we start support operational transformation.
|
From 0.3.2, we start support operational transformation.
|
||||||
|
|
Loading…
Reference in a new issue