|
Revision 8, 361 bytes
(checked in by nicolast, 5 years ago)
|
svn:ignore's, licensing stuff, some doc files. Tagging as 0.0.1
|
| Line | |
|---|
| 1 |
Djangoid - Django-based OpenID server/provider |
|---|
| 2 |
============================================== |
|---|
| 3 |
Djangoid is an implementation of an OpenID[1] server, based on the Django[2] framework. |
|---|
| 4 |
|
|---|
| 5 |
It uses the Python OpenID library which can be found at [3]. |
|---|
| 6 |
|
|---|
| 7 |
[1] http://www.openid.net |
|---|
| 8 |
[2] http://www.djangoproject.com |
|---|
| 9 |
[3] http://www.openidenabled.com/openid/libraries/python |
|---|