Changed pereodic reauth to be disabled for now
This commit is contained in:
@@ -94,7 +94,7 @@ public class CoreConfiguration
|
|||||||
[JsonProperty("EnablePeriodicReAuth")]
|
[JsonProperty("EnablePeriodicReAuth")]
|
||||||
[Description(
|
[Description(
|
||||||
"If this option is enabled, every session will reauthenticate perdiodicly to track state changes in real time without the user refreshing the page")]
|
"If this option is enabled, every session will reauthenticate perdiodicly to track state changes in real time without the user refreshing the page")]
|
||||||
public bool EnablePeriodicReAuth { get; set; } = true;
|
public bool EnablePeriodicReAuth { get; set; } = false;
|
||||||
|
|
||||||
[JsonProperty("PeriodicReAuthDelay")]
|
[JsonProperty("PeriodicReAuthDelay")]
|
||||||
[Description(
|
[Description(
|
||||||
|
|||||||
Reference in New Issue
Block a user