What solutions have people come up with to develop their web applications offline when they made the decision to use OpenId for site membership?
Couple of ideas:
- Create two login pages one for OpenId and one for ASP.NET Membership
- Create local OpenId provider with test accounts
Any thoughts?