Question

Is there an easy way to implement OpenID login "helper buttons" similar to the buttons on the stackoverflow and uservoice login pages if you're already using a library like DotNetOpenId? It looks like RPX solves half of the problem, but it would require re-implementing the login code to use their methods.

Was it helpful?

Solution

There are a couple of open-source alternatives as well, which both depend on jQuery:

openid-selector is an earlier version.

openid-realselector is a rewrite that is more jQuery-like and better-looking but less styleable.

Both are entirely JavaScript, so they're independent of your server-side choices.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top