Monday, February 12, 2018

ASP.NET Core & React security focused examples

I have worked on many .NET and React projects but never together. Are there any good example, tutorials, guides, etc. out there that marry the two but focus on some security measures or ways to ensure the app is production ready? I downloaded the Microsoft.DotNet.Web.Spa.ProjectTemplates::2.0.0-rc2-final which uses create-react-app but this is of course just a basic template. I am wondering what actual production apps use to enforce the security of the app, such as using antiforgerytoken or even how they implement JWT between .NET and React. It doesn't necessarily need to be a SPA, but I am yet to find a good non-SPA example of React out there (and not even just related to .NET).

ASP.NET Core & React security focused examples Click here
  • Blogger Comment
  • Facebook Comment

0 comments:

Post a Comment

The webdev Team