django-rest-auth
Auth framework
A Django-based authentication framework providing REST API endpoints for user registration and authentication
This app makes it extremely easy to build Django powered SPA's (Single Page App) or Mobile apps exposing all registration and authentication related functionality as CBV's (Class Base View) and REST (JSON)
2k stars
95 watching
661 forks
Language: Python
last commit: 8 months ago
Linked from 1 awesome list
authenticationdjangodjango-rest-frameworkrestsocial-login
Related projects:
Repository | Description | Stars |
---|---|---|
encode/django-rest-framework | A toolkit for building web APIs with Django. | 28,448 |
imerica/dj-rest-auth | Provides authentication endpoints for Django Rest Framework applications. | 1,678 |
apragacz/django-rest-registration | A comprehensive REST API framework for user registration and authentication in Django applications. | 548 |
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 |
realmteam/django-rest-framework-social-oauth2 | Provides social authentication and OAuth2 support for Django REST APIs | 1,061 |
aybruhm/djangorest-routes | An authentication library providing features like user registration, login, and password reset for Django projects. | 22 |
tfranzel/drf-spectacular | A tool for generating OpenAPI 3 schemas from Django REST framework APIs | 2,400 |
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 |
anexia-it/django-rest-passwordreset | A Django extension providing a configurable password reset strategy with signal hooks and REST endpoints. | 427 |
gotlium/django-secure-auth | Provides secure authentication using Time-Based One-Time Passwords, SMS codes, questions, and IP range protection with CAPTCHA. | 42 |
caxap/rest_condition | Provides a flexible way to define complex permissions flows in Django REST Framework projects. | 281 |
jpadilla/django-rest-framework-jsonp | Enables JSONP support in Django REST Framework APIs | 21 |
django-guardian/django-guardian | An implementation of per object permissions on top of Django's authorization backend | 3,642 |
django-cms/django-cms | An enterprise content management system built on top of Django. | 10,207 |
danihodovic/django-allauth-ui | UI templates for Django-allauth, providing a customizable and mobile-friendly login and signup experience. | 270 |