Basic login an authorize in backend

This commit is contained in:
Simon Lübeß
2025-05-22 18:25:56 +02:00
parent 5c84bbc35a
commit 3e7b04df1c
7 changed files with 187 additions and 4 deletions

View File

@ -4,5 +4,11 @@
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"API": {
"OpenAI": "Please set the key in secrets.json! NEVER HERE!!!"
},
"Authentication": {
"Secret": "Please provide a GUID (without dashes) as secret."
}
}