Replace MSAL and custom cookie auth with Microsoft.Identity.EntityFramework Also some UI redesign to accommodate different login experience.
7 lines
113 B
C#
7 lines
113 B
C#
namespace Shogi.Api;
|
|
|
|
public class ApiKeys
|
|
{
|
|
public string BrevoEmailService { get; set; } = string.Empty;
|
|
}
|