0
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected 1 day ago.
Apr 15, 2023 — Apr 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
add a get_twitter() method to help get a Twitter object for the given user More... over 14 years ago
change this to a one-to-one field, should only have one token per user More... over 14 years ago
add some basic URLs for Twitter app More... over 14 years ago
Move logic to determine where redirection should happen to More... over 14 years ago
Move FacebookRequest's facebook into its own context processor. More... over 14 years ago
replace explicit calls with replay_all and verify_all helpers More... over 14 years ago
Add Facebook API key to templates by way of a context processor. More... over 14 years ago
Refactor the entire structure of this. (major BC break) More... over 14 years ago
first pass at integration with Twitter's OAuth More... over 14 years ago
move get_user() into the abstract class - nothing FB specific about it More... over 14 years ago
get basic _get_twitter factory in place More... over 14 years ago
add @todo More... over 14 years ago
Add in first pass at logging in via Twitter. More... over 14 years ago
update README to reflect running just the d51_django_auth tests More... over 14 years ago
Flesh out the pieces of the Django installation necessary to test views. More... over 14 years ago
Check for local_settings to handle settings specific to each test environment More... over 14 years ago
add in basic initiate_login More... over 14 years ago
Remove the ghetto namespaces. More... over 14 years ago
Create an AbstractAuthBackend class. More... over 14 years ago
Fix unit tests to work with the last patch. More... over 14 years ago
add a FacebookContext object (with no tests) More... over 14 years ago
Fix: New user accounts are now saved on first visit. More... over 14 years ago
Fix Facebook Connect cookies in a logged out state. More... over 14 years ago
flesh out the README a bit more More... over 14 years ago
added a facebook_logout() to handle deleting the FB Connect cookie on logout More... over 14 years ago
Switch from "fb:" as the username prefix for FB users to "fb$" More... over 14 years ago
The fruit of today's labor, getting "fb:" salt in place for newly created users More... over 14 years ago
test creation of a new user More... over 14 years ago
test dependency injection More... over 14 years ago
add in tests for getting an existing user More... over 14 years ago