Skip to content

Commit 4c2af75

Browse files
Marpopcarltongibson
authored andcommitted
Updated links to djangorestframework-api-key project. (#6414)
1 parent 8d20e10 commit 4c2af75

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/api-guide/permissions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -284,9 +284,9 @@ The [DRY Rest Permissions][dry-rest-permissions] package provides the ability to
284284

285285
The [Django Rest Framework Roles][django-rest-framework-roles] package makes it easier to parameterize your API over multiple types of users.
286286

287-
## Django Rest Framework API Key
287+
## Django REST Framework API Key
288288

289-
The [Django Rest Framework API Key][django-rest-framework-api-key] package allows you to ensure that every request made to the server requires an API key header. You can generate one from the django admin interface.
289+
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.
290290

291291
## Django Rest Framework Role Filters
292292

@@ -304,6 +304,6 @@ The [Django Rest Framework Role Filters][django-rest-framework-role-filters] pac
304304
[rest-condition]: https://github.com/caxap/rest_condition
305305
[dry-rest-permissions]: https://github.com/Helioscene/dry-rest-permissions
306306
[django-rest-framework-roles]: https://github.com/computer-lab/django-rest-framework-roles
307-
[django-rest-framework-api-key]: https://github.com/manosim/django-rest-framework-api-key
307+
[djangorestframework-api-key]: https://github.com/florimondmanca/djangorestframework-api-key
308308
[django-rest-framework-role-filters]: https://github.com/allisson/django-rest-framework-role-filters
309309
[django-rest-framework-guardian]: https://github.com/rpkilby/django-rest-framework-guardian

0 commit comments

Comments
 (0)