{"categories":[{"label":"WWW/HTTP","url":"https://skillfed.io/packages/category/internet-www-http/2"}],"enrichment":{"capability":"Adds OAuth2 authorization server capabilities to Django applications, providing endpoints and logic to protect APIs with OAuth2 authentication and manage token issuance.","skillfed_tags":["oauth2-provider","django-extension","authentication"],"use_cases":["Protect a Django REST API by requiring OAuth2 bearer tokens from client applications.","Build an OAuth2 authorization server to issue and manage tokens for multiple services in your infrastructure.","Implement delegated authentication so third-party apps can request access to user data without storing passwords.","Add token endpoints to a Django application for secure session management.","Integrate OAuth2 scopes and permissions into Django's permission system for fine-grained access control."],"what_it_does":"Django OAuth Toolkit is an OAuth2 provider library that integrates into Django projects to add standards-compliant OAuth2 authorization and token management. It builds on oauthlib to handle RFC-compliant specification and provides pre-built endpoints, data models, and business logic so you don't have to implement OAuth2 from scratch. The package is designed for two main scenarios: protecting your Django REST API with OAuth2 authentication, or running a full OAuth2 authorization server to issue tokens for your infrastructure.\n\nThe toolkit handles the core OAuth2 flows and token lifecycle through Django models and views. You configure it by adding the app to INSTALLED_APPS and including its URL patterns, then your Django project becomes an OAuth2 provider. It relies on django, requests, urllib3, oauthlib, and jwcrypto to manage HTTP communication, cryptographic operations, and standards compliance.","worth_installing":"Yes. The package is actively maintained, production-stable, has no known vulnerabilities, installs with low friction, and solves a well-defined problem\u2014adding OAuth2 provider capabilities to Django. It is RFC-compliant and widely used (top 5000 PyPI packages). Install it if you need to add OAuth2 authentication or token management to a Django application."},"id":"django-oauth-toolkit","links":{"html":"https://skillfed.io/packages/django-oauth-toolkit","md":"https://skillfed.io/packages/django-oauth-toolkit.md","pypi":"https://pypi.org/project/django-oauth-toolkit/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-07-24","license_spdx":null,"license_treatment":"permissive","name":"django-oauth-toolkit","python_support":"supports_current","summary":"OAuth2 Provider for Django"},"popularity":{"monthly_downloads":5223762,"position":2136,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"3.4.0"}
