Skip to content

Commit

Permalink
Merge pull request #274 from Adegitetaiwo/patch-2
Browse files Browse the repository at this point in the history
Undated index.md
  • Loading branch information
johnraz committed May 2, 2024
2 parents ef6e9d2 + 1796ad8 commit 3dc5ba3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 3dc5ba3

Please sign in to comment.