added auth with a simple UI

This commit is contained in:
2026-03-09 23:29:04 +01:00
parent c8347ac96b
commit 82ac241129
123 changed files with 3419 additions and 93 deletions

View File

@@ -1,8 +1,14 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
"Eve": {
"ClientId": "0a2e13f0b0f3426ca8f09af5036978a9",
"SecretKey": "eat_vFwYVybPjD1QkPZM4fXJG2AkrzJO9W8U_10Pqp9",
"CallbackUrl": "http://localhost:5163/auth/callback"
},
"Frontend": {
"Url": "http://localhost:5173"
},
"ConnectionStrings": {
"Redis": "localhost:6379,password=devpassword",
"Postgres": "Host=localhost;Port=5432;Database=oed;Username=oed;Password=devpassword"
}
}