Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CESARDELATORRE/128bfaa57b0dd1206126a57830ccfaa5 to your computer and use it in GitHub Desktop.
Save CESARDELATORRE/128bfaa57b0dd1206126a57830ccfaa5 to your computer and use it in GitHub Desktop.
Sample-Authorize-Controller-Class.cs
namespace Microsoft.eShopOnContainers.Services.Basket.API.Controllers
{
[Route("api/v1/[controller]")]
[Authorize]
public class BasketController : Controller
{ //...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment