Sharing authentication methods across API and web app
- by Snixtor
I'm wanting to share an authentication implementation across a web application, and web API. The web application will be ASP.NET (mostly MVC 4), the API will be mostly ASP.NET WEB API, though I anticipate it will also have a few custom modules or handlers.
I want to:
Share as much authentication implementation between the app and API as…