1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-27 23:06:29 -04:00

New: Setting to disable authentication for local addresses

This commit is contained in:
Mark McDowall
2022-05-23 14:00:26 -07:00
parent 05ee4e6449
commit b154b00c61
13 changed files with 116 additions and 12 deletions
@@ -13,6 +13,7 @@ namespace Sonarr.Http.Authentication
public class ApiKeyAuthenticationOptions : AuthenticationSchemeOptions
{
public const string DefaultScheme = "API Key";
public string Scheme => DefaultScheme;
public string AuthenticationType = DefaultScheme;