Replace custom socket implementation with SignalR.
Replace MSAL and custom cookie auth with Microsoft.Identity.EntityFramework Also some UI redesign to accommodate different login experience.
This commit is contained in:
@@ -1,7 +1,13 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Warning"
|
||||
"Default": "Warning",
|
||||
"Microsoft": "Warning",
|
||||
"Microsoft.Hosting.Lifetime": "Error",
|
||||
"Microsoft.AspNetCore.HttpLogging.HttpLoggingMiddleware": "Information",
|
||||
"System.Net.Http.HttpClient": "Error",
|
||||
"Microsoft.AspNetCore.SignalR": "Debug",
|
||||
"Microsoft.AspNetCore.Http.Connections": "Debug"
|
||||
}
|
||||
},
|
||||
"AzureAd": {
|
||||
@@ -12,9 +18,9 @@
|
||||
"api://c1e94676-cab0-42ba-8b6c-9532b8486fff/DefaultScope"
|
||||
]
|
||||
},
|
||||
"ShogiApiUrl": "https://api.lucaserver.space/Shogi.Api/",
|
||||
"SocketUrl": "wss://api.lucaserver.space/Shogi.Api/",
|
||||
"ShogiApiUrl2": "https://api.lucaserver.space/Shogi.Api/",
|
||||
"SocketUrl2": "wss://api.lucaserver.space/Shogi.Api/",
|
||||
|
||||
"ShogiApiUrl2": "https://localhost:5001",
|
||||
"SocketUrl2": "wss://localhost:5001"
|
||||
"ShogiApiUrl": "https://localhost:5001",
|
||||
"SocketUrl": "wss://localhost:5001"
|
||||
}
|
||||
Reference in New Issue
Block a user