From ac0a332bd25e98d756c9d1b8ff7275210f530553 Mon Sep 17 00:00:00 2001 From: mjumbewu Date: Fri, 7 Sep 2012 11:32:10 -0700 Subject: [PATCH] Update with pull request re: TokenAuthentication --- DjangoCon-US-2012-Sprints.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/DjangoCon-US-2012-Sprints.md b/DjangoCon-US-2012-Sprints.md index 0d81055..b4a7146 100644 --- a/DjangoCon-US-2012-Sprints.md +++ b/DjangoCon-US-2012-Sprints.md @@ -28,10 +28,12 @@ Some of the gaps that need filling in: ## Okay, where should I start then? -### TokenBasicAuthentication. +### TokenAuthentication. + +**See https://github.com/tomchristie/django-rest-framework/pull/249 for a first go.** Take a look through the authentication docs. Take a look at the existing authentication classes. -Implement TokenBasicAuthentication as a subclass of BasicAuthentication. +Implement TokenBasicAuthentication as a subclass of BasicAuthentication. **-- Actually not implemented with basic auth. Uses a custom scheme called "Token"** It'll need implementing as an optional app, so that tokens are not always installed by default - user will add `djangorestframework.basicauthtoken` to `INSTALLED_APPS` if they want the token models in their database. ### Bootstrap redesign of the browseable API