mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-30 18:09:59 +03:00
Update docs/api-guide/permissions.md
Co-Authored-By: Marpop <marpop8@gmail.com>
This commit is contained in:
parent
d4ee8acc7c
commit
ff949c75fe
|
@ -284,7 +284,7 @@ The [DRY Rest Permissions][dry-rest-permissions] package provides the ability to
|
||||||
|
|
||||||
The [Django Rest Framework Roles][django-rest-framework-roles] package makes it easier to parameterize your API over multiple types of users.
|
The [Django Rest Framework Roles][django-rest-framework-roles] package makes it easier to parameterize your API over multiple types of users.
|
||||||
|
|
||||||
## Django Rest Framework API Key
|
## Django REST Framework API Key
|
||||||
|
|
||||||
The [Django REST Framework API Key][djangorestframework-api-key] package provides the ability to authorize clients based on customizable API key headers. This package is targeted at situations in which regular user-based authentication (e.g. `TokenAuthentication`) is not suitable, e.g. allowing non-human clients to safely use your API. API keys are generated and validated through cryptographic methods and can be created and revoked from the Django admin interface at anytime.
|
The [Django REST Framework API Key][djangorestframework-api-key] package provides the ability to authorize clients based on customizable API key headers. This package is targeted at situations in which regular user-based authentication (e.g. `TokenAuthentication`) is not suitable, e.g. allowing non-human clients to safely use your API. API keys are generated and validated through cryptographic methods and can be created and revoked from the Django admin interface at anytime.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user