1
0

feat: provide logout url for openid providers (#1340)

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/1340
Co-authored-by: viehlieb <pf@pragma-shift.net>
Co-committed-by: viehlieb <pf@pragma-shift.net>
This commit is contained in:
viehlieb
2022-12-18 18:26:28 +00:00
committed by konrad
parent e9ce930230
commit a79b1de2d0
6 changed files with 19 additions and 1 deletions

View File

@ -9099,6 +9099,9 @@ const docTemplate = `{
"key": {
"type": "string"
},
"logout_url": {
"type": "string"
},
"name": {
"type": "string"
}