plugins/auth-backend: refactor providers for exporting with consistent casing

This commit is contained in:
Patrik Oldsberg
2020-08-20 11:15:18 +02:00
parent 02fa3ca781
commit b3fa6ffadd
10 changed files with 139 additions and 216 deletions
+2 -2
View File
@@ -105,10 +105,10 @@ auth:
clientSecret:
$secret:
env: AUTH_OAUTH2_CLIENT_SECRET
authorizationURL:
authorizationUrl:
$secret:
env: AUTH_OAUTH2_AUTH_URL
tokenURL:
tokenUrl:
$secret:
env: AUTH_OAUTH2_TOKEN_URL
auth0: