aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/authtoken
AgeCommit message (Collapse)Author
2012-11-14Updates to login view for TokenAuthentication from feedback from TomRob Romano
2012-11-14Added authtoken login/logout urlpatterns and viewsRob Romano
2012-11-14Added authtoken login/logout urlpatterns and views to support scripted ↵Rob Romano
logins and logouts using TokenAuthentication. Added unittests.
2012-10-10api_key -> auth_token to avoid TastyPie conflictTom Christie
2012-10-09Tweak authtokenTom Christie
2012-09-20Change package name: djangorestframework -> rest_frameworkTom Christie