mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-26 11:43:59 -05:00
2f462f90d4
Linting markdown files according to default remark-lint configuration. Files inside the `public` directory were not linted. Signed-off-by: oupala <oupala@users.noreply.github.com>
12 lines
559 B
Markdown
12 lines
559 B
Markdown
# OAuth general information
|
|
|
|
| service | callback URL (after the server URL) |
|
|
| ---------- | ----------------------------------- |
|
|
| facebook | `/auth/facebook/callback` |
|
|
| twitter | `/auth/twitter/callback` |
|
|
| github | `/auth/github/callback` |
|
|
| gitlab | `/auth/gitlab/callback` |
|
|
| mattermost | `/auth/mattermost/callback` |
|
|
| dropbox | `/auth/dropbox/callback` |
|
|
| google | `/auth/google/callback` |
|
|
| saml | `/auth/saml/callback` |
|