Files
KonSoft.Clean/shared/KonSoft.Shared.Hosting.AspNetCore/KonSoftConsts.cs

8 lines
257 B
C#

namespace KonSoft.Shared.Hosting.AspNetCore;
public static class KonSoftConsts
{
public const string AuthServerAudience = "KonSoft";
public const string AnonymousUserClaimName = "anonymous_id";
public const bool MultiTenancyEnabled = true;
}