Allow auth server to staple a .well-known response via createWithIdentV2
This commit is contained in:
		| @@ -13,6 +13,8 @@ public class AuthServiceConfiguration : MareConfigurationBase | ||||
|     public int RegisterIpLimit { get; set; } = 3; | ||||
|     public int RegisterIpDurationInMinutes { get; set; } = 10; | ||||
|  | ||||
|     public string WellKnown { get; set; } = string.Empty; | ||||
|  | ||||
|     public override string ToString() | ||||
|     { | ||||
|         StringBuilder sb = new(); | ||||
| @@ -21,6 +23,7 @@ public class AuthServiceConfiguration : MareConfigurationBase | ||||
|         sb.AppendLine($"{nameof(UseGeoIP)} => {UseGeoIP}"); | ||||
|         sb.AppendLine($"{nameof(RegisterIpLimit)} => {RegisterIpLimit}"); | ||||
|         sb.AppendLine($"{nameof(RegisterIpDurationInMinutes)} => {RegisterIpDurationInMinutes}"); | ||||
|         sb.AppendLine($"{nameof(WellKnown)} => {WellKnown}"); | ||||
|         return sb.ToString(); | ||||
|     } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Loporrit
					Loporrit