pib / erlangopenid
- Source
- Commits
- Network (1)
- Issues (1)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
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}.

