InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →
Djangorestframework-api-key Alternatives
Similar projects and alternatives to djangorestframework-api-key
-
amyrose
Discontinued A powerful, simple, and async authentication and authorization library for Sanic. [Moved to: https://github.com/sunset-developer/asyncauth]
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
-
asyncauth
Discontinued A powerful, simple, and async security library for Sanic. [Moved to: https://github.com/sunset-developer/sanic-security]
-
SafeTokenGen
Generate Passwords, OTPs, PINs, API keys and Token lists with various options for customization.
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
drf-simple-apikey
🔐 A simple package for API Key authentication in Django Rest with rotation integrated.
-
-
-
djangorestframework-api-key discussion
djangorestframework-api-key reviews and mentions
-
A Django rest API key package
I've been working on some projects using Django for about five years now. But when I discovered DRF, I've decided to focus on building backend API applications without dealing much with the frontend. But about a year or two ago, I started to build APIs for some SaaS projects, and I realized I needed a robust API key management system.
I initially used https://github.com/florimondmanca/djangorestframework-api-ke... which is fantastic and has everything you need for API key systems, including great authorization and identification based on Django's password authentication system.
-
Securing endpoints to be consumed externally
I’ve used the DRF API Keys for this problem
- Should I use JWT as my API access key token?
-
Hi, what authentication system are you using for your DRF projects?
I started by using django simple jwt and then switch to our own proprietary JWT issuer, so we ended up using that for user tokens instead. For service / role accounts, we use https://github.com/florimondmanca/djangorestframework-api-key with a custom model & authentication framework - we dont use the permission middleware though
-
A note from our sponsor - InfluxDB
www.influxdata.com | 16 May 2025
Stats
florimondmanca/djangorestframework-api-key is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of djangorestframework-api-key is Python.
Popular Comparisons
- djangorestframework-api-key VS amyrose
- djangorestframework-api-key VS django-rules
- djangorestframework-api-key VS sanic-security
- djangorestframework-api-key VS asyncauth
- djangorestframework-api-key VS SafeTokenGen
- djangorestframework-api-key VS bolt-python
- djangorestframework-api-key VS bepasty
- djangorestframework-api-key VS Sanic JWT
- djangorestframework-api-key VS public-permission-example
- djangorestframework-api-key VS tccutil