# NetCoreAuth **Repository Path**: flyingfz/NetCoreAuth ## Basic Information - **Project Name**: NetCoreAuth - **Description**: Exploring the options for securing your ASP.NET Core 2.0 web app - **Primary Language**: C# - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-24 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # NetCoreAuth Exploring the options for securing your ASP.NET Core 2.0 web app **Related blog posts** [Simple Authentication for your ASP.NET Core 2.0 web app](https://jonhilton.net/2017/10/07/a-simple-way-to-secure-your-.net-core-2.0-web-app/) [Secure your ASP.NET Core 2.0 API using JSON Web Tokens](https://jonhilton.net/2017/10/11/secure-your-asp.net-core-2.0-api-part-1---issuing-a-jwt/) ## NetCoreAuth.App An example of using Cookies to secure your MVC site. ## NetCoreJWTAuth.App A different example using JSON Web Tokens to secure your Web API.