Removed old architecture. Added new base project structure
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using System.Security.Claims;
|
||||
|
||||
namespace Moonlight.ApiServer.Helpers.Authentication;
|
||||
|
||||
public class SyncedClaimsPrinciple : ClaimsPrincipal
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user