sivy / idact-identity
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (2)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
README.markdown | ||
| |
__init__.py | ||
| |
identity/ | ||
| |
manage.py | ||
| |
requirements.txt | ||
| |
settings.py | ||
| |
static/ | ||
| |
template_parser.py | ||
| |
urls.py |
README.markdown
Identity/Activity
Identity Provider (Activity Consumer)
An identity provider sample application that comprises half of a
proof-of-concept implementation of an activity streams discovery process. This
openid server will respond to a
http://activitystrea.ms/axschema/callback Attribute Exchange request
with a URI Template-formatted callback URI. The activy provider (openid
consumer) can then post a URI for a user's activity stream.
Installing
The identity provider requires these Python packages:
Djangodjango-flashhttplib2python-openidpytz
You can install these with pip using the provided requirements.txt:
pip install -r requirements.txt

