Removed Reddit auth strategy since it never worked well.

This commit is contained in:
Ylian Saint-Hilaire
2024-03-03 16:34:01 -08:00
parent 4be5b7273e
commit bab35e7bca
8 changed files with 4 additions and 98 deletions

View File

@@ -2860,41 +2860,6 @@
"clientsecret"
]
},
"reddit": {
"type": "object",
"properties": {
"callbackurl": {
"type": "string",
"format": "uri"
},
"newAccounts": {
"type": "boolean",
"default": false
},
"newAccountsUserGroups": {
"type": "array",
"uniqueItems": true,
"items": {
"type": "string"
}
},
"clientid": {
"type": "string"
},
"clientsecret": {
"type": "string"
},
"logouturl": {
"type": "string",
"format": "uri",
"description": "Then set, the user will be redirected to this URL when hitting the logout link."
}
},
"required": [
"clientid",
"clientsecret"
]
},
"azure": {
"type": "object",
"properties": {