Comment Re:a site that uses nothing but OpenID (Score 1) 333
Totally. HTTP login is a solved problem, browsers are very good at remembering different identities, it's simple to use, digest authentication is far more secure than a plaintext POST, and it vastly improves the statelessness of the HTTP traffic.
The only real problem is the browser UIs don't provide enough support for HTTP auth. For instance, does your browser tell you when you're authenticated with a site? Does it provide you with a logout button? I'm guessing not.