mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-26 03:23:59 +03:00
Remove OAuth2 from docs
This commit is contained in:
parent
8953a60196
commit
957700ecfb
|
@ -126,7 +126,7 @@ Unauthenticated responses that are denied permission will result in an `HTTP 401
|
|||
|
||||
**Note:** If you use `TokenAuthentication` in production you must ensure that your API is only available over `https` only.
|
||||
|
||||
## OAuth2Authentication
|
||||
<!--## OAuth2Authentication
|
||||
|
||||
This authentication scheme uses the [OAuth 2.0][oauth] protocol to authenticate requests. OAuth is appropriate for server-server setups, such as when you want to allow a third-party service to access your API on a user's behalf.
|
||||
|
||||
|
@ -138,6 +138,7 @@ If successfully authenticated, `OAuth2Authentication` provides the following cre
|
|||
**TODO**: Note type of response (401 vs 403)
|
||||
|
||||
**TODO**: Implement OAuth2Authentication, using django-oauth2-provider.
|
||||
-->
|
||||
|
||||
## SessionAuthentication
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user