Skip to content

Instantly share code, notes, and snippets.

@nishanc
Last active May 6, 2019 13:47
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 nishanc/040253abc968ad1cdc8736a626234299 to your computer and use it in GitHub Desktop.
Save nishanc/040253abc968ad1cdc8736a626234299 to your computer and use it in GitHub Desktop.
using Microsoft.AspNetCore.Mvc;
namespace JWTAuth.API.Controllers
{
public class AuthController : Controller
{
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment