I Currently have a MVC Project that will be for users and employee. I have a separate Android Application for my employee, How do I encorporate Asp.net Identity MVC with a Asp.net Web Api to handle my Android Authentication.
Should I redo my MVC project for a API Based Authentication for both of the Platforms? If i am going to use Web Api for Android how will I handle the Bearer Token?
Note I am only a student and this is my project so I am not that Knowledgeable but I am willing to learn. Thanks!