djangorestframework-api-key 3.0.0
0
API key permissions for the Django REST Framework
Contents
API key permissions for the Django REST Framework
Stars: 678, Watchers: 678, Forks: 103, Open Issues: 14The florimondmanca/djangorestframework-api-key
repo was created 6 years ago and the last code push was 5 months ago.
The project is popular with 678 github stars!
How to Install djangorestframework-api-key
You can install djangorestframework-api-key using pip
pip install djangorestframework-api-key
or add it to a project with poetry
poetry add djangorestframework-api-key
Package Details
- Author
- License
- MIT
- Homepage
- PyPi:
- https://pypi.org/project/djangorestframework-api-key/
- Documentation:
- https://florimondmanca.github.io/djangorestframework-api-key/
- GitHub Repo:
- https://github.com/florimondmanca/djangorestframework-api-key
Classifiers
- Software Development/Libraries/Python Modules
Related Packages
Errors
A list of common djangorestframework-api-key errors.
Code Examples
Here are some djangorestframework-api-key
code examples and snippets.
GitHub Issues
The djangorestframework-api-key package has 14 open issues on GitHub
- Need sample guide for POST method for APIview in serializer
- bump hashed_key max_length from 100 to 150
- APIKey.create_key doesn't work with argon2-cffi hasher because the hasher returns strings that are more than 100 chars
- this project cannot support ModelViewSet?
HasAPIKey
adds huge performance (speed) hit