mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-31 18:40:07 +03:00
remove notes from API docs as per @carltongibson request
This commit is contained in:
parent
cc2be97f34
commit
c71e47228e
|
@ -428,9 +428,6 @@ the user to login, and then instantiate a client using session authentication:
|
||||||
The authentication scheme will handle including a CSRF header in any outgoing
|
The authentication scheme will handle including a CSRF header in any outgoing
|
||||||
requests for unsafe HTTP methods.
|
requests for unsafe HTTP methods.
|
||||||
|
|
||||||
** Note: ** This mechanism does not work when used in conjunction with
|
|
||||||
`CSRF_USE_SESSIONS = True` in your Django settings.
|
|
||||||
|
|
||||||
#### Token authentication
|
#### Token authentication
|
||||||
|
|
||||||
The `TokenAuthentication` class can be used to support REST framework's built-in
|
The `TokenAuthentication` class can be used to support REST framework's built-in
|
||||||
|
|
Loading…
Reference in New Issue
Block a user