I'm learning and trying to make a token based authentication for my project using this article:
http://bitoftech.net/2014/06/01/token-based-authentication-asp-net-web-api-2-owin-asp-net-identity/
I'm in a step, where I should add a package "Microsoft.AspNet.Identity.EntityFramework" and my question is, if I can change this package to "AspNet.Identity.Mongo", follow the steps and the rest should be fine? I mean, if it's that easy, or there is a lot more to do, that I don't see for now.
Thanks for any help!