summaryrefslogtreecommitdiff
path: root/lib/web/auth/oauth2 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Backport of #278 for 1.6.1Victor Berger2020-06-201-1/+2
| | | | | | | This is a backport of #278 with the default value of `scope` changed to `undefined`. This is thus a fully backward-compatible change. Signed-off-by: Victor Berger <victor.berger@m4x.org>
* Removing returnTo setting from referer in all other authentication sourcesRalph Krimmel2019-11-281-2/+1
| | | | Signed-off-by: Ralph Krimmel <rkrimme1@gwdg.de>
* Fix eslint warningsSheogorath2019-05-311-1/+1
| | | | | | | | | | | 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>
* InternalOAuthError is not part of passport, but of passport-oauth2Claudius Coenen2018-11-141-4/+4
| | | | | | | This fixes part of #1056: an error while obtaining the profile would have `502`-crashed the server. Signed-off-by: Claudius Coenen <opensource@amenthes.de>
* Add support for generic OAuth2 providersPedro Ferreira2018-03-261-0/+106
Signed-off-by: Pedro Ferreira <pedro.ferreira@cern.ch>