mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-28 08:59:54 +03:00
remove extra "the"
This commit is contained in:
parent
165da5be0c
commit
c63cd02f69
|
@ -9,7 +9,7 @@ source:
|
||||||
>
|
>
|
||||||
> — Jacob Kaplan-Moss, ["REST worst practices"][cite]
|
> — 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.
|
REST framework provides a number of authentication schemes out of the box, and also allows you to implement custom schemes.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user