Hi all am am working on a frontend backend application. Where the frontend is a asp.net website and for the backend i used a asp.net MVC template. With the WEBAPI In it.
I would like use the authentication (individual authentication) in my MVC application, and use the WEB API to use the same authentication using the frontend application using the webapi. Is this possible?
A cannot figure out how to authentication my users using the frontend web api or how to register new users using the webapi in the MVC Application.