Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
Remove proof of concept, add README
Browse files Browse the repository at this point in the history
  • Loading branch information
mtigas committed Sep 24, 2011
1 parent 56a0d47 commit 2d16577
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 74 deletions.
16 changes: 16 additions & 0 deletions README.mdown
@@ -0,0 +1,16 @@
## django-twofactor

A django app that allows supplementing the default `django.contrib.auth` login system
with two-factor authentication using (hopefully) any [TOTP][totp_draft] token --
[Google Authenticator][goog_auth] is currently the primary support target.

[totp_draft]: http://tools.ietf.org/html/draft-mraihi-totp-timebased
[goog_auth]: http://www.google.com/support/accounts/bin/answer.py?answer=1066447

Still heavily work-in-progress and entirely nonfunctional.

## Proof of concept

* [A proof of concept regarding how to use `python-oath` with Google Authenticator][poc_link]

[poc_link]: https://gist.github.com/445567d2206a82a4e684
13 changes: 0 additions & 13 deletions proof_of_concept/check_auth.py

This file was deleted.

61 changes: 0 additions & 61 deletions proof_of_concept/gen_google_code.py

This file was deleted.

0 comments on commit 2d16577

Please sign in to comment.