Skip to main content

Plaxo » A Recipe for OpenID-Enabling Your Site

Popularity Report

Total Popularity Score: 0

Loading...
Loading...
Loading...
Loading...
Loading...
Loading...

Rank

Bookmark History

Saved by 65 people (-10 private), first by anonymouse user on 2007-07-19


Public Sticky notes

Highlighted by syfirmy

A Recipe for OpenID-Enabling Your Site

Highlighted by domgif

This is a step-by-step tutorial guide for implementing OpenID consumer-side support with a web site that already has users with accounts. It will explain how to easily let new users sign up for an account on your site using their OpenID URL and how to let existing users attach their OpenID(s) so they can sign in using them.

Highlighted by jtrentadams

  • An OpenID consumer library in your programming language of choice. Plaxo's backend is in C++, so we used libopkele (thanks to Michael and the rest of the Klever team for providing this great open-source library!), but there are libraries available in lots of languages.
  • Highlighted by justinnitsuj