From 8e9095688cc7eb7eed1afbc15151f8892ec6bcf0 Mon Sep 17 00:00:00 2001 From: James Ritchie Date: Wed, 1 Apr 2015 15:49:54 +0100 Subject: [PATCH] Update README --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f795596..494fef9 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,10 @@ [![Coverage Status](https://coveralls.io/repos/JamesRitchie/django-rest-framework-expiring-tokens/badge.svg)](https://coveralls.io/r/JamesRitchie/django-rest-framework-expiring-tokens) [![Code Health](https://landscape.io/github/JamesRitchie/django-rest-framework-expiring-tokens/master/landscape.svg?style=flat)](https://landscape.io/github/JamesRitchie/django-rest-framework-expiring-tokens/master) -This package provides a lightweight extension to the included Token -authentication in Django Rest Framework, causing tokens to expire after -a specified duration. +This package provides a lightweight extension to the included token +authentication in +[Django Rest Framework](http://www.django-rest-framework.org/), causing tokens +to expire after a specified duration. This behaviour is good practice when using token authentication for production APIs.