saeed_AlRabid
.NET Core + React | Login process
you've create asp.net core web app (razor pages)
in visual studio there is option to create asp.net web API application with react
the visual studio will setup API connection with your react app and .NET application
check this link about setup Identity JWT with single page applications.
https://learn.microsoft.com/en-us/aspnet/core/security/authentication/identity-api-authorization?view=aspnetcore-8.0
2 replies