Skip to content

Instantly share code, notes, and snippets.

@JaykeOps
Created January 19, 2018 16:42
Show Gist options
  • Save JaykeOps/71bd1d9e1819aea7cffa88735d6f5b0e to your computer and use it in GitHub Desktop.
Save JaykeOps/71bd1d9e1819aea7cffa88735d6f5b0e to your computer and use it in GitHub Desktop.
ResourceRequirement
using Microsoft.AspNetCore.Authorization;
namespace OpenBlog.Api.Authorization.Requirements
{
public class ResourceOwnerRequirement : IAuthorizationRequirement
{
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment