I have an older project still using ASP.net Membership.
If I were to migrate that to something newer, what would you suggest? IE: ASP.NET Identity?
(I am looking to create a new web api that will be able to use the same authentication system)
Thank you.