feat(players): add Challonge v2.1 OAuth and import integration

This commit is contained in:
Pandipipas
2026-02-17 18:33:44 +01:00
parent 58c0c01e46
commit 9a5b64b2c0
5 changed files with 907 additions and 0 deletions
+17
View File
@@ -22,6 +22,23 @@
"minimum": 1,
"maximum": 65535,
"description": "Puerto local para callback OAuth"
},
"challongeClientId": {
"type": "string",
"default": "",
"description": "Client ID de tu OAuth app de Challonge"
},
"challongeClientSecret": {
"type": "string",
"default": "",
"description": "Client Secret de tu OAuth app de Challonge"
},
"challongeOAuthPort": {
"type": "integer",
"default": 34921,
"minimum": 1,
"maximum": 65535,
"description": "Puerto local para callback OAuth de Challonge"
}
},
"required": [