mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-12 22:26:08 -04:00
Add mattermost authentication
This commit is contained in:
parent
dad5798472
commit
5cda55086a
14 changed files with 116 additions and 13 deletions
|
@ -64,6 +64,7 @@ function showIndex (req, res, next) {
|
|||
twitter: config.isTwitterEnable,
|
||||
github: config.isGitHubEnable,
|
||||
gitlab: config.isGitLabEnable,
|
||||
mattermost: config.isMattermostEnable,
|
||||
dropbox: config.isDropboxEnable,
|
||||
google: config.isGoogleEnable,
|
||||
ldap: config.isLDAPEnable,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue