drf-simple-apikey icon indicating copy to clipboard operation
drf-simple-apikey copied to clipboard

🔐 A simple package for API Key authentication in Django Rest with rotation integrated.

Results 16 drf-simple-apikey issues
Sort by recently updated
recently updated
newest added

Rename projet to `drf-apikey` for the sake of simplicity and pronouncing.

enhancement
help wanted
good first issue

Bumps [django](https://github.com/django/django) from 4.1.6 to 4.1.13. Commits 42591a8 [4.1.x] Bumped version for 4.1.13 release. 4965bfd [4.1.x] Fixed CVE-2023-46695 -- Fixed potential DoS in UsernameField on Windows. 8581d91 [4.1.x] Corrected wrap_socket()...

dependencies

## Is your feature request related to a problem? Please describe. The current implementation lacks detailed analytics and monitoring of API key usage. Without this, gaining insights into how API...

## Is your feature request related to a problem? Please describe. The absence of a rate-limiting feature in the current implementation makes the API susceptible to abuse, such as brute-force...

enhancement
good first issue
stalled

## Is your feature request related to a problem? Please describe. As the Django REST Framework Simple API Key gains traction, we recognize that our documentation may not be accessible...

documentation
enhancement
help wanted
good first issue

Hey guys, I'm migrating my system from Django 3.2 to the version 4.2 (rc1). I was using the lib `djangorestframework-api-key` in order to manage my API Keys. But it does...

Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.14.0 to 3.15.2. Release notes Sourced from djangorestframework's releases. Version 3.15.1 What's Changed Update the message to be consistent with the Django `HttpResponseBa… by @​maycuatroi in encode/django-rest-framework#9287...

dependencies

To improve code quality, readability, and maintainability, we need to ensure consistent usage of type annotations across the entire project. Adding type hints can help prevent errors by clarifying expected...

enhancement
good first issue
hacktoberfest

**Describe the bug** When using the default user model The management interface cannot input entities. Did I configure it incorrectly, but I followed the quick start execution **Expected behavior** It...

bug
help wanted