Posted on: 1/11/2014 6:11:10 PM | Views : 1046

I've just made my first MVC5 app, and I'm looking at the OWIN security, trouble is I need it to work with my legacy Forms Authentication database (not Facebook!) The only article I can find about using OWIN with Forms auth is http://blogs.msdn.com/b/webdev/archive/2013/07/03/understanding-owin-forms-authentication-in-mvc-5.aspx, but the links to the repositories are broken and the code I can find is incomplete.
Is it just too soon to get this working?

Go to the complete details ...