Radarr/src/Radarr.Http/Authentication
geogolem dd80a64560 Lidarr, Radarr, and Prowlarr (maybe Readarr too) all use
the same name for their Authentication cookies
.AspNetCore.Forms

Sonarr uses a different name "SonarrAuth"

this commit makes Radarr use "RadarrAuth"...

similar changes should likely be ported to Lidarr, Prowlarr (and possibly Readarr)
2021-11-23 14:10:52 -06:00
..
ApiKeyAuthenticationHandler.cs New: Use native dotnet host and DryIoc 2021-10-25 13:45:44 -04:00
AuthenticationBuilderExtensions.cs Lidarr, Radarr, and Prowlarr (maybe Readarr too) all use 2021-11-23 14:10:52 -06:00
AuthenticationController.cs Fixed: Forms login with urlbase 2021-10-25 13:45:44 -04:00
AuthenticationService.cs New: Use ASP.NET Core instead of Nancy 2021-10-25 13:45:44 -04:00
BasicAuthenticationHandler.cs New: Use native dotnet host and DryIoc 2021-10-25 13:45:44 -04:00
LoginResource.cs New: Use ASP.NET Core instead of Nancy 2021-10-25 13:45:44 -04:00
NoAuthenticationHandler.cs New: Use native dotnet host and DryIoc 2021-10-25 13:45:44 -04:00
UiAuthorizationPolicyProvider.cs New: Use native dotnet host and DryIoc 2021-10-25 13:45:44 -04:00