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.