summaryrefslogtreecommitdiff
path: root/lib/web/auth/openid (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Removing returnTo setting from referer in all other authentication sourcesRalph Krimmel2019-11-281-2/+0
| | | | Signed-off-by: Ralph Krimmel <rkrimme1@gwdg.de>
* Rework debug loggingSheogorath2019-06-081-2/+2
| | | | | | | | | | | | | | We have various places with overly simple if statements that could be handled by our logging library. Also a lot of those logs are not marked as debug logs but as info logs, which can cause confusion during debugging. This patch removed unneeded if clauses around debug logging statements, reworks debug log messages towards ECMA templates and add some new logging statements which might be helpful in order to debug things like image uploads. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* Fix eslint warningsSheogorath2019-05-311-2/+2
| | | | | | | | | | | Since we are about to release it's time to finally fix our linting. This patch basically runs eslint --fix and does some further manual fixes. Also it sets up eslint to fail on every warning on order to make warnings visable in the CI process. There should no functional change be introduced. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* Fix typoCloudYu2018-11-271-2/+2
| | | | Signed-off-by: CloudYu <cloudyu322@gmail.com>
* Add OpenID to CodiMDSheogorath2018-10-051-0/+61
With OpenID every OpenID capable provider can provide authentication for users of a CodiMD instance. This means we have federated authentication. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>