We got nominated! Help us out and vote for GitHub as Best Bootstrapped Startup of 2008. (You can vote once a day.) [ hide ]

public
Description: A C# implementation of the OpenID Authentication protocol
Homepage: http://dotnetopenid.googlecode.com
Clone URL: git://github.com/AArnott/dotnetopenid.git
name age message
file Boo.Lang.dll Wed May 31 15:24:00 -0700 2006 Initial checkin [Grant Monroe]
file CONTRIB Thu Jun 15 18:52:00 -0700 2006 added CONTRIB [Grant Monroe]
file COPYING Thu Jun 15 18:24:00 -0700 2006 added license file [Grant Monroe]
file README Thu Jun 15 18:52:00 -0700 2006 added README [Grant Monroe]
directory examples/ Tue Jun 20 11:26:00 -0700 2006 print nicer errors in consumer example when exc... [Grant Monroe]
file openid.build Thu Jun 15 18:22:00 -0700 2006 updated openid.build to build examples and copy... [Grant Monroe]
directory openid/ Thu Jun 15 18:23:00 -0700 2006 fixed several little bugs in the course of test... [Grant Monroe]
directory test/ Thu Jun 01 15:24:00 -0700 2006 Changed consumer interface to take NVC instead ... [Grant Monroe]
directory yadis/ Tue Jun 20 11:25:00 -0700 2006 fixed bug related to http-equiv meta tags being... [Grant Monroe]
README
This is the .Net OpenID library.

Getting Started
============

This release comes with libraries precompiled. To use the libraries in
an ASP.Net application, copy the dlls into ${YOUR_PROJECT}/bin. For
examples of integrating the libraries into ASP, take a look at the
consumer and server example web applications in the examples
directory. See the README file in that directory for more information
on running the examples.


Building
=======

Should you need to recompile the libraries, you will need the NAnt
(http://) build system and the Boo compiler
(http://boo.codehaus.org/). Some examples of using the boo compiler
with NAnt can be found here: http://boo.codehaus.org/Nant+Tasks. To
use the boo compiler with NAnt, you will need to copy
Boo.NAnt.Tasks.dll into your NAnt lib directory. Though the library is
written in Boo, all of the examples are written in C# since most
projects trying to integrate this library probably won't be written in
Boo. Once your environment is set up, you should be able to type:

    nant

Take a look at openid.build to choose a specific target to build.


DOCUMENTATION
=============

Currently, there is no documentation with this release (coming soon!),
but you can find the documentation for the python version of the
openid library at http://www.openidenabled.com as well as a general
overview of openid at http://openid.net.


CONTACT
=======

Send bug reports, suggestions, comments, and questions to
dev@lists.openidenabled.com.