Files
Shogi/Shogi.UI/_Imports.razor
Lucas Morgan 51d234d871 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.
2024-08-25 03:46:44 +00:00

17 lines
622 B
Plaintext

@using System.Net.Http
@using System.Net.Http.Json
@using Microsoft.AspNetCore.Authorization
@using Microsoft.AspNetCore.Components.Authorization
@using Microsoft.AspNetCore.Components.Forms
@using Microsoft.AspNetCore.Components.Routing
@using Microsoft.AspNetCore.Components.Web
@using Microsoft.AspNetCore.Components.Web.Virtualization
@using Microsoft.AspNetCore.Components.WebAssembly.Http
@using Microsoft.JSInterop
@using Shogi.UI.Identity
@using Shogi.UI.Layout
@using Shogi.UI.Pages.Play
@using Shogi.UI.Pages.Play.GameBoard
@using Shogi.UI.Pages.Play.Pieces
@using Shogi.UI.Shared
@using Shogi.UI.Shared.Icons