aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/authtoken/serializers.py
AgeCommit message (Collapse)Author
2012-12-07Reverted #458Tom Christie
When incorrect parameters are supplied to the obtain auth token view 400 *is* the correct response.
2012-11-14Updates to login view for TokenAuthentication from feedback from TomRob Romano
2012-11-14Added authtoken login/logout urlpatterns and views to support scripted ↵Rob Romano
logins and logouts using TokenAuthentication. Added unittests.