Added sample for auth

This commit is contained in:
Florian Rappl
2026-03-18 19:49:48 +01:00
parent 201046164c
commit 7930831b6d
70 changed files with 60701 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning",
"Microsoft.AspNetCore.SignalR": "Warning",
"Microsoft.AspNetCore.Http.Connections": "Warning",
"Microsoft.AspNetCore.Watch": "Warning",
"Microsoft.AspNetCore.Watch.BrowserRefresh": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
}
}