8 lines
257 B
C#
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;
|
|
} |