From c63cd02f69da826348b457acc7b067527208f5ea Mon Sep 17 00:00:00 2001 From: Sagar Giri Date: Sun, 5 Jan 2020 22:45:28 +0900 Subject: [PATCH] remove extra "the" --- docs/api-guide/authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api-guide/authentication.md b/docs/api-guide/authentication.md index c4dbe8856..fed1c713a 100644 --- a/docs/api-guide/authentication.md +++ b/docs/api-guide/authentication.md @@ -9,7 +9,7 @@ source: > > — Jacob Kaplan-Moss, ["REST worst practices"][cite] -Authentication is the mechanism of associating an incoming request with a set of identifying credentials, such as the user the request came from, or the token that it was signed with. The [permission] and [throttling] policies can then use those credentials to determine if the request should be permitted. +Authentication is the mechanism of associating an incoming request with a set of identifying credentials, such as the user request came from, or the token that it was signed with. The [permission] and [throttling] policies can then use those credentials to determine if the request should be permitted. REST framework provides a number of authentication schemes out of the box, and also allows you to implement custom schemes.