mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-24 22:35:49 -04:00
7ac5a5843b
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
9 lines
218 B
C#
9 lines
218 B
C#
using Microsoft.AspNetCore.Authorization.Infrastructure;
|
|
|
|
namespace NzbDrone.Http.Authentication
|
|
{
|
|
public class BypassableDenyAnonymousAuthorizationRequirement : DenyAnonymousAuthorizationRequirement
|
|
{
|
|
}
|
|
}
|