mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-02-09 08:00:52 +03:00
[FIX] Typo in api-guide/authentication (#8144)
This commit is contained in:
parent
88666629a7
commit
6b392a46ea
|
@ -13,7 +13,7 @@ Authentication is the mechanism of associating an incoming request with a set of
|
|||
|
||||
REST framework provides several authentication schemes out of the box, and also allows you to implement custom schemes.
|
||||
|
||||
Authentication is always run at the very start of the view, before the permission and throttling checks occur, and before any other code is allowed to proceed.
|
||||
Authentication always runs at the very start of the view, before the permission and throttling checks occur, and before any other code is allowed to proceed.
|
||||
|
||||
The `request.user` property will typically be set to an instance of the `contrib.auth` package's `User` class.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user