I'm working on designing a new web app and I have a pretty open-ended question.
You'll notice that many web apps are now offering the ability to log into their service through an existing third-party account that you have (i.e. OpenID, Facebook, Twitter, etc). Would you think it a good idea to completely do away with "native" login on a webapp and only allow users to login via a third-party account. By "native", I mean the user has to create an account with the classic username, password, password confirm, and email fields before logging in.
I kind of like the way Stack Overflow does thing with requiring an OpenID to login, but I would like to avoid the complexity of the OpenID front-end and provide "Log in with (Google|Yahoo|etc)" buttons.