I'm doing a project in MVC ASP.NEt that consumes an API for all the data you need, including users, everything is in the API.
What I need to know is whether it is possible for me to verify the MVC Login in the API and when the API answers OK, I create a session or something that allows the user to use the MVC's tools .. No I want to validate the users in the API and store them elsewhere ..
Can this be done? it's possible?