Build a Secure CRUD App with ASP.NET Core and React
This post demonstrates how to build a secure CRUD app using ASP.NET Core API with a React front end.
Build a Secure CRUD App with ASP.NET Core and React
This post demonstrates how to build a secure CRUD app using ASP.NET Core API with a React front end.
Ashley Evans
Thanks for a great article! Could I suggest that where you list The .NET Framework 2+ you probably mean .NET Core 2+
Gene Vital
Trying to follow this, got to the point of adding the UserController and it looks like there is a package missing. I don’t see anywhere in this article stating you need to add the okta sdk as a reference.
Candoit
Thanks for the great article and detailed illustration, except for my SessionId is failing for me ! Is there any particular ref I am missing in SessionsController. using
System.Linq;
using System.Security.Claims;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc;
using okta_dotnetcore_react_example.Data;
using okta_dotnetcore_react_example.Models;
agatlin
I am having difficulty cloning the repository you mentioned at the beginning of the tutorial. I am getting the following error when I copy and paste your link. I don’t have any trouble cloning any other git repositories “ERROR: Repository not found. fatal: Could not read from remote repository.”
leebrandt
Hey agatlin:
For some reason, the repo name changed. the post has been updated with the correct repo URL. (and to recommend https instead of git protocol).
Thanks for commenting!!!
HODL
This is excellent, thanks for this!