All Projects → incuna → django-user-management

incuna / django-user-management

Licence: BSD-2-Clause license
User management model mixins and api views.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to django-user-management

airflow-user-management-plugin
A plugin for Apache Airflow that allows you to manage the users that can login
Stars: ✭ 13 (-76.79%)
Mutual labels:  users, user-management
kirby-membership
Simple Membership plugin for Kirby CMS
Stars: ✭ 27 (-51.79%)
Mutual labels:  users, user-management
Userfrosting
🍩 Modern PHP user login and management framework++.
Stars: ✭ 1,547 (+2662.5%)
Mutual labels:  users, user-management
browser-acl
Simple acceess control (ACL) library for the browser inspired by Laravel's guards and policies.
Stars: ✭ 36 (-35.71%)
Mutual labels:  users, user-management
Kratos
Next-gen identity server (think Auth0, Okta, Firebase) with Ory-hardened authentication, MFA, FIDO2, profile management, identity schemas, social sign in, registration, account recovery, and IoT auth. Golang, headless, API-only - without templating or theming headaches.
Stars: ✭ 4,684 (+8264.29%)
Mutual labels:  users, user-management
Appy Backend
A user system to bootstrap your app.
Stars: ✭ 96 (+71.43%)
Mutual labels:  users, user-management
Laravel Auth
Laravel 8 with user authentication, registration with email confirmation, social media authentication, password recovery, and captcha protection. Uses offical [Bootstrap 4](http://getbootstrap.com). This also makes full use of Controllers for the routes, templates for the views, and makes use of middleware for routing. The project can be stood u…
Stars: ✭ 2,692 (+4707.14%)
Mutual labels:  users, user-management
ChRIS ultron backEnd
Backend for ChRIS
Stars: ✭ 28 (-50%)
Mutual labels:  django-rest-framework
drf dynamics
Dynamic queryset and serializer setup for Django REST Framework
Stars: ✭ 26 (-53.57%)
Mutual labels:  django-rest-framework
DRF-API-Logger
An API Logger for your Django Rest Framework project.
Stars: ✭ 184 (+228.57%)
Mutual labels:  django-rest-framework
cryptopay-web
A payment gateway like Stripe for cryptocurrencies
Stars: ✭ 7 (-87.5%)
Mutual labels:  django-rest-framework
deploy-django
A bash script to deploy a django project for production sites.
Stars: ✭ 85 (+51.79%)
Mutual labels:  django-rest-framework
django-rest-multitokenauth
An extension to Django-Rest-Frameworks Token Authentication, enabling a user to have multiple authorization tokens
Stars: ✭ 13 (-76.79%)
Mutual labels:  django-rest-framework
django-rest-framework-react-tutorial
Source code for Django Rest Framework + React tutorial.
Stars: ✭ 69 (+23.21%)
Mutual labels:  django-rest-framework
stweet
Advanced python library to scrap Twitter (tweets, users) from unofficial API
Stars: ✭ 287 (+412.5%)
Mutual labels:  users
Django-Ionic-Integration
Section 3 of the Django + Angular + Ionic Course
Stars: ✭ 21 (-62.5%)
Mutual labels:  django-rest-framework
rnacentral-webcode
RNAcentral website source code
Stars: ✭ 23 (-58.93%)
Mutual labels:  django-rest-framework
djburger
Framework for safe and maintainable web-projects.
Stars: ✭ 75 (+33.93%)
Mutual labels:  django-rest-framework
chembience
A Docker-based, cloudable platform for the development of chemoinformatics-centric web applications and microservices.
Stars: ✭ 41 (-26.79%)
Mutual labels:  django-rest-framework
django todo app
python django를 활용한 웹 개발 튜토리얼! todo_app 만들기
Stars: ✭ 82 (+46.43%)
Mutual labels:  django-rest-framework

django-user-management

Build Status Coverage Status Requirements Status

User management model mixins and API views/serializers based on Django and djangorestframework.

All documentation is in the docs directory.

user_management model mixins give flexibility to create your own User model. By default all mixins are optional. Our mixins allow to create, identify users (from their emails instead of their username) as well as sending password reset and account validation emails.

user_management API views and serializers can be grouped into five sections:

  • auth: authenticate and destroy a user session
  • password_reset: send and confirm a request to reset a password
  • profile: retrieve/update/delete the current user profile
  • register: create an account and send an email to validate it
  • users: give a list and a detail (retrieve, update, destroy) views about users
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].