refactor(plugin): ♻️ Move parts of OpenID logic to plugin

This commit is contained in:
Jesse Wierzbinski 2024-08-29 20:32:04 +02:00
parent 69d7d50239
commit d51bae52c6
No known key found for this signature in database
17 changed files with 494 additions and 395 deletions

View file

@ -237,22 +237,21 @@
},
"default": []
},
"jwt_key": {
"anyOf": [
{
"keys": {
"type": "object",
"properties": {
"public": {
"type": "string",
"minLength": 3,
"pattern": "\\;",
"default": ""
"minLength": 1
},
{
"private": {
"type": "string",
"const": ""
"minLength": 1
}
]
},
"additionalProperties": false
}
},
"required": ["jwt_key"],
"additionalProperties": false
},
"http": {