summaryrefslogtreecommitdiff
path: root/lib/web/auth/index.js (unfollow)
Commit message (Expand)AuthorFilesLines
2018-10-05Add OpenID to CodiMDSheogorath1-0/+1
2018-03-26Add support for generic OAuth2 providersPedro Ferreira1-0/+1
2018-03-25Change config to camel case with backwards compatibilitySheogorath1-1/+1
2018-01-30Fix uncaught exception for non-existent userSheogorath1-0/+5
2017-11-28Initial support for SAML authenticationNorihito Nakae1-0/+1
2017-10-31Add mattermost authenticationChristoph Witzany1-0/+1
2017-05-08refactor(config.js): Extract config fileBoHong Li1-8/+8
2017-05-08refactor(auth.js): Remove base pathBoHong Li1-8/+8
2017-05-08refactor(app.js): Move passport serialize and deserialize to auth moduleBoHong Li1-0/+22
2017-05-08refactor(app.js, auth.js): Extract all auth method to individual modulesBoHong Li1-0/+26