How to authenticate and authorize front end with ASP.NET Core MVC 6.0 backend
john john
986
Reputation points
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
Sign in to answer