Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
James Ritchie committed Apr 1, 2015
1 parent 4595871 commit 8e90956
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8e90956

Please sign in to comment.