From 1796ad834969785a1a315e44bdbd2fd0e81bd355 Mon Sep 17 00:00:00 2001 From: Taiwo ADEGITE Date: Tue, 26 Jul 2022 03:02:00 +0100 Subject: [PATCH] Undated index.md --- docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 1619797..4a674fe 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,10 +1,10 @@ # Django-Rest-Knox -Knox provides easy to use authentication for [Django REST Framework](https://www.django-rest-framework.org/) +Knox provides easy-to-use authentication for [Django REST Framework](https://www.django-rest-framework.org/) The aim is to allow for common patterns in applications that are REST based, with little extra effort; and to ensure that connections remain secure. Knox authentication is token based, similar to the `TokenAuthentication` built -in to DRF. However, it overcomes some problems present in the default implementation: +into DRF. However, it overcomes some problems present in the default implementation: - DRF tokens are limited to one per user. This does not facilitate securely signing in from multiple devices, as the token is shared. It also requires