Remove microsoft identity since it doesn't work for .net 6

This commit is contained in:
2023-01-14 18:00:49 -06:00
parent 10546502bf
commit 580b790253
6 changed files with 6 additions and 11 deletions

View File

@@ -1,7 +1,6 @@
using Microsoft.AspNetCore.Authentication;
using Microsoft.AspNetCore.Authentication.Cookies;
using Microsoft.AspNetCore.Authentication.JwtBearer;
using Microsoft.Identity.Web;
using Shogi.Api.Extensions;
using Shogi.Api.Models;
using Shogi.Api.Repositories;