Replace MSAL and custom cookie auth with Microsoft.Identity.EntityFramework Also some UI redesign to accommodate different login experience.
17 lines
622 B
Plaintext
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 |