Skip to content

Commit

Permalink
first cut at hybrid auth
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonc committed Feb 8, 2011
1 parent f414ca4 commit 1d0a0aa
Show file tree
Hide file tree
Showing 21 changed files with 454 additions and 498 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -12,4 +12,4 @@ jyenv/
pypyenv/
build/
dist/
cluegun.db*
hybridauth.db*
4 changes: 1 addition & 3 deletions CHANGES.txt
@@ -1,6 +1,4 @@
Next release
------------

- Changed to disuse repoze.who and use decorators instead of ZCML.

- Forked from repoze.cluebin after 0.1.
- ...
3 changes: 2 additions & 1 deletion README.txt
@@ -1,4 +1,5 @@
An implementation of Rocky Burt's ClueBin based on Pyramid.
An example of hybrid authentication in Pyramid.




5 changes: 0 additions & 5 deletions TODO.txt

This file was deleted.

1 change: 0 additions & 1 deletion cluegun.passwd

This file was deleted.

23 changes: 0 additions & 23 deletions cluegun/__init__.py

This file was deleted.

47 changes: 0 additions & 47 deletions cluegun/models.py

This file was deleted.

3 changes: 0 additions & 3 deletions cluegun/tests/__init__.py

This file was deleted.

53 changes: 0 additions & 53 deletions cluegun/tests/test_models.py

This file was deleted.

113 changes: 0 additions & 113 deletions cluegun/tests/test_views.py

This file was deleted.

0 comments on commit 1d0a0aa

Please sign in to comment.