summaryrefslogtreecommitdiff
path: root/lib/web/auth/index.js (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add OpenID to CodiMDSheogorath2018-10-051-0/+1
* Add support for generic OAuth2 providersPedro Ferreira2018-03-261-0/+1
* Change config to camel case with backwards compatibilitySheogorath2018-03-251-1/+1
* Fix uncaught exception for non-existent userSheogorath2018-01-301-0/+5
* Initial support for SAML authenticationNorihito Nakae2017-11-281-0/+1
* Add mattermost authenticationChristoph Witzany2017-10-311-0/+1
* refactor(config.js): Extract config fileBoHong Li2017-05-081-8/+8
* refactor(auth.js): Remove base pathBoHong Li2017-05-081-8/+8
* refactor(app.js): Move passport serialize and deserialize to auth moduleBoHong Li2017-05-081-0/+22
* refactor(app.js, auth.js): Extract all auth method to individual modulesBoHong Li2017-05-081-0/+26