I'd like to use LiveID on an ASP.NET MVC site. Should I still use the ASP.NET Membership provider? How about the default MVC Account controller? I have things working without either, but:
- Using the Membership controller lets me see when a user last logged in.
- Using the Account controller makes setting authentication cookies a bit easier.
Thoughts?