Skip to content

Commit

Permalink
About and Install
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Duraffourg committed Aug 28, 2010
1 parent 2d96f5a commit 05f96f0
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.markdown
Expand Up @@ -4,7 +4,19 @@ Go-OpenID
About
-----

Go-OpenID is an attempt to implement OpenID in Golang.
Go-OpenID is an implementation of OpenID in Golang.

For now, the implementation does not manage XRI identifier, and can only check authentication with a direct request.

Here are the specifications used:

* http://openid.net/specs/openid-authentication-2_0.html
* http://yadis.org/wiki/Yadis_1.0_%28HTML%29

Install
-------

git clone http://github.com/fduraffourg/go-openid.git && cd go-openid && make && make install

Usage
-----
Expand Down

0 comments on commit 05f96f0

Please sign in to comment.