How to authenticate and authorize front end with ASP.NET Core MVC 6.0 backend

john john 986 Reputation points
2023-04-23T14:28:47.3+00:00

We are planning to work on creating a simple Package tracking software, which consists of these modules: -

  • Clients create an order which contain one or more products
  • Agency create a package which contain one or more orders
  • Consumers receive the order

now we are going to build the backend using ASP.NET core MVC 6.0, entity framework & SQL Server.

and the front-end will be developed using HTML-5 & Bootstrap. so my question is which approach we can sue to build the authentication and authorization (different roles Clients, Agency & Consumers) for our web application?

Thanks

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,745 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.