Clickpass
-
I recently started using Clickpass[^], and I am very impressed. I never really got into the whole openid thing, but it works REALLY well. I recommend taking 5 minutes to mess around with the system. I am going to see if it's possible to get a login confirmation in my XMPP client every time I use a website (that would be freaken awesome).
He who asks a question is a fool for five minutes. He who does not ask a question remains a fool forever. [Chineese Proverb] Jonathan C Dickinson (C# Software Engineer)
-
I recently started using Clickpass[^], and I am very impressed. I never really got into the whole openid thing, but it works REALLY well. I recommend taking 5 minutes to mess around with the system. I am going to see if it's possible to get a login confirmation in my XMPP client every time I use a website (that would be freaken awesome).
He who asks a question is a fool for five minutes. He who does not ask a question remains a fool forever. [Chineese Proverb] Jonathan C Dickinson (C# Software Engineer)
Great idea but the cheezy pictures[^] of the Clickpass team do little to inspire confidence.
But fortunately we have the nanny-state politicians who can step in to protect us poor stupid consumers, most of whom would not know a JVM from a frozen chicken. Bruce Pierson
Because programming is an art, not a science. Marc Clifton
I gave up when I couldn't spell "egg". Justine Allen -
Great idea but the cheezy pictures[^] of the Clickpass team do little to inspire confidence.
But fortunately we have the nanny-state politicians who can step in to protect us poor stupid consumers, most of whom would not know a JVM from a frozen chicken. Bruce Pierson
Because programming is an art, not a science. Marc Clifton
I gave up when I couldn't spell "egg". Justine AllenDave Sexton wrote:
Great idea but the cheezy pictures[^] of the Clickpass team do little to inspire confidence.
Indeed. Cheezy enough. :-D
Many are stubborn in pursuit of the path they have chosen, few in pursuit of the goal - Friedrich Nietzsche .·´¯`·->Rajesh<-·´¯`·. [Microsoft MVP - Visual C++]
-
I recently started using Clickpass[^], and I am very impressed. I never really got into the whole openid thing, but it works REALLY well. I recommend taking 5 minutes to mess around with the system. I am going to see if it's possible to get a login confirmation in my XMPP client every time I use a website (that would be freaken awesome).
He who asks a question is a fool for five minutes. He who does not ask a question remains a fool forever. [Chineese Proverb] Jonathan C Dickinson (C# Software Engineer)
Bah, I hate OpenID. It's a good idea done totally wrong. The fact that it's tied to another account or OpenID provider really bothers me--IDs should be universal and independent of any "provider", and besides they're still password-based. I think the real direction is this notion of "card-based" authentication, where a "card" is a private key file generated and kept local to your computer and used to authenticate yourself (the private key is never transmitted), but there are some kinks to work out of that system as well (namely, what do you do when you want to access your account from another computer?). Still, it has a lot more "convenience" potential than OpenID, because on systems where you have an authenticated key "card", you don't even need to enter a password at all, the server sends a message to your computer, which you either encrypt or decrypt using your private key, and the opposite is performed on the server using your public key. If it matches, then you're logged-in, all without having to enter a password, which means the remote server is never aware of your password or any sensitive information either! I think it's a great idea, but you still need to allow for password entry if you need to access your account from a non-authenticated computer, though you could disable that for added security if you know you won't need to access it from random/public computers, and then go through the process of authenticating any additional computers you need (by establishing a new private key on that computer, and attaching that new key to your account). I've been doing some thinking on this and I think it's a really great concept!
“Time and space can be a bitch.” –Gushie, Quantum Leap {o,o}.oO( Looking for a great RSS reader? Try FeedBeast! ) |)””’) Built with home-grown CodeProject components! -”-”-