pib / erlangopenid

An Erlang OpenID module

This URL has Read+Write access

name age message
file Makefile Loading commit data...
file README
directory ebin/ Wed Feb 11 21:14:56 -0800 2009 add makefile, orgainze so it's easy to include ... [pib]
directory src/
directory support/
README
An Erlang OpenID module.

Currently implements OpenID 1.1

To use, you call start_authentication with the claimed identifier and a URL to return to, then redirect to the returned 
URL. 

Upon return, pass a proplist of your GET parameters to finish_authentication, and you will get back {ok, Identifier} or 
{error, Error}.