mirror of
https://github.com/versia-pub/server.git
synced 2026-03-12 21:39:15 +01:00
refactor(plugin): ♻️ Move parts of OpenID logic to plugin
This commit is contained in:
parent
69d7d50239
commit
d51bae52c6
17 changed files with 494 additions and 395 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue