dj-rest-auth
Auth service
Provides authentication endpoints for Django Rest Framework applications.
Authentication for Django Rest Framework
2k stars
20 watching
315 forks
Language: Python
last commit: 18 days ago
Linked from 3 awesome lists
authenticationdjangodjango-rest-frameworkjwtpythonrest-api
Related projects:
Repository | Description | Stars |
---|---|---|
apragacz/django-rest-registration | A comprehensive REST API framework for user registration and authentication in Django applications. | 545 |
realmteam/django-rest-framework-social-oauth2 | Provides social authentication and OAuth2 support for Django REST APIs | 1,061 |
gotlium/django-secure-auth | Provides secure authentication using Time-Based One-Time Passwords, SMS codes, questions, and IP range protection with CAPTCHA. | 42 |
jazzband/django-rest-knox | An authentication module for Django REST Framework that provides token-based authentication with features like secure signing in and out, device management, and expiration. | 1,171 |
denisorehovsky/django-elm-auth-with-jwt | An example of implementing JSON Web Token authentication using Django and Django REST Framework as backend and Elm for frontend. | 20 |
aybruhm/djangorest-routes | An authentication library providing features like user registration, login, and password reset for Django projects. | 22 |
discolabs/django-shopify-auth | A package that adds Shopify authentication to Django apps | 144 |
labd/wagtail-2fa | A Django app providing two-factor authentication to access Wagtail sites | 85 |
rscarrera27/flask-graphql-auth | Provides JWT authentication for Flask-GraphQL APIs using decorators. | 63 |
jazzband/django-two-factor-auth | Provides Two-Factor Authentication for Django projects using django-otp and other libraries. | 1,695 |
django-json-api/django-rest-framework-json-api | A Django extension that adds support for JSON:API format to Django REST framework | 1,193 |
indominusbyte/fastapi-jwt-auth | Provides secure and easy-to-use JWT authentication for FastAPI applications | 655 |
authomatic/authomatic | A framework agnostic library for Python web applications to simplify authentication with third-party providers using OAuth and OpenID. | 1,039 |
rsinger86/drf-access-policy | A declarative access control system for Django REST Framework projects. | 474 |
python-social-auth/social-core | Provides a common interface to integrate social authentication and registration mechanisms with web frameworks and third-party services. | 849 |