Added support for per site options and OpenID Connect
This commit is contained in:
@ -85,5 +85,8 @@ namespace Oqtane.Shared {
|
||||
public static readonly string AntiForgeryTokenCookieName = "X-XSRF-TOKEN-COOKIE";
|
||||
|
||||
public static readonly string DefaultVisitorFilter = "bot,crawler,slurp,spider,(none),??";
|
||||
|
||||
public static readonly string HttpContextAliasKey = "SiteState.Alias";
|
||||
public static readonly string SiteToken = "{SiteToken}";
|
||||
}
|
||||
}
|
||||
|
@ -2,7 +2,7 @@ using Oqtane.Models;
|
||||
|
||||
namespace Oqtane.Shared
|
||||
{
|
||||
// this class is used for passing state between components and services, or controllers and repositories
|
||||
// this class is used for passing state between components and services as well as controllers and repositories
|
||||
public class SiteState
|
||||
{
|
||||
public Alias Alias { get; set; }
|
||||
|
Reference in New Issue
Block a user