Skip to content

ASP.NET Core Web Api and Angular application exemplifying how you can secure a web api using cookies

Notifications You must be signed in to change notification settings

mm86133/SecureWebApiCookiesExample

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

SecureWebApiCookiesExample

ASP.NET Core Web Api and Angular application exemplifying how you can secure a web api using cookies

You can run the ASP.NET Core application using the command line executing dotnet run.

You can run the Angular client (assuming you have all the required dependencies installed) by doing: ng serve --open.

This project is described in detail in two blog posts: Secure an ASP.NET Core Web Api using Cookies and ASP.NET Core Web Api Antiforgery.

About

ASP.NET Core Web Api and Angular application exemplifying how you can secure a web api using cookies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 52.5%
  • TypeScript 24.3%
  • HTML 17.0%
  • JavaScript 3.8%
  • CSS 2.4%