pennersr/django-allauth
Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party (social) account authentication.
lepture/authlib
The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.
jpadilla/django-rest-framework-jwt
JSON Web Token Authentication support for Django REST Framework
jazzband/django-oauth-toolkit
OAuth2 goodies for the Djangonauts!
jazzband/django-two-factor-auth
Complete Two-Factor Authentication for Django providing the easiest integration into most Django projects.
iMerica/dj-rest-auth
Authentication for Django Rest Framework
etesync/server
The Etebase server (so you can run your own)
mbi/django-simple-captcha
Django Simple Captcha is an extremely simple, yet highly customizable Django application to add captcha images to any Django form.
RealmTeam/django-rest-framework-social-oauth2
python-social-auth and oauth2 support for django-rest-framework
fangli/django-saml2-auth
Django SAML2 Authentication Made Easy. Easily integrate with SAML2 SSO identity providers like Okta
blacklanternsecurity/badsecrets
A library for detecting known secrets across many web frameworks
georgemarshall/django-cryptography
Easily encrypt data in Django
snok/django-auth-adfs
A Django authentication backend for Microsoft ADFS and AzureAD
wagnerdelima/drf-social-oauth2
drf-social-oauth2 makes it easy to integrate Django social authentication with major OAuth2 providers, i.e., Facebook, Twitter, Google, etc.
wsvincent/django-auth-tutorial
Source code for Django authentication tutorial.
incuna/django-pgcrypto-fields
Transparent field level encryption for Django using the pgcrypto postgresql extension.
valohai/django-allauth-2fa
Two-factor authentication for Django Allauth
openwisp/openwisp-users
Implementation of user management and multi-tenancy for OpenWISP
mathiasertl/django-ca
Django app providing a Certificate Authority
RichardKnop/django-oauth2-server
OAuth2 server written in Python with Django
luojilab/django-mirage-field
Django model field encrypt/decrypt your data, keep secret in database.
drmacsika/fastapi-django-combo
Combine the power of FastAPI and Django to build a production-ready application capable of utilizing all of the best features of both worlds.
jpadilla/django-rest-framework-oauth
OAuth support for Django REST Framework
incuna/django-user-management
User management model mixins and api views.
twtrubiks/CORS-tutorial
Use Django To Introduce CORS and Same-Origin Policy
izdi/django-slack-oauth
Handles OAuth and stores slack token
krptn/krypton
Data encryption at rest and IAM for Python
ossobv/pstore
Python Protected Password Store (django server + cli interface) using client side GPG encryption
barseghyanartur/ska
Sign data using symmetric-key algorithm encryption. Validate signed data and identify possible validation errors. Uses sha-(1, 224, 256, 385 and 512)/hmac for signature encryption. Custom hash algorithms are allowed. Useful shortcut functions for signing (and validating) dictionaries and URLs.
IntuitDeveloper/SampleOAuth2_UsingPythonClient
Django Sample app using Python OAuth client
urbanplatform/django-keycloak-auth
Middleware to allow authorization using Keycloak and Django for django-rest-framework (DRF). This package should only be used in projects starting from scratch, since it overrides the users' management.
xros/py_django_crack
Crack the django password on the way. By default Django use pbkdf2 and sha256 method to encrypt user's password. Once get the password stored in the database table, you need to compare it with others if brute force cracking. It is recommended that you use hash table comparison. The tool 'rainbow crack' can generate rainbow hash tables while another tool 'hashcat' brute-force cracks password from a dictionary alive. Because django uses PBKDF2(Password-Based Key Derivation Function), it would take too long to generate a password.
zueve/django-rest-captcha
Abdoulrasheed/django-school-management
A simple university based result management system with different user type
nishantwrp/drf-starter-template
DRF Starter Template with drf-yasg, heroku deployment ready config, CORS config
sharshub/django-pk-to-uuid
Writing custom Django migrations to convert data type of Primary Key, also updating Foreign Keys.
mchesler613/OAuth2-Integration-with-OAuthlib-and-GitHub
A sample Django app to show how to integrate OAuth2 with GitHub using oauthlib and requests.
dust8/django-simpleui-captcha
django-simpleui-captcha ęÆäøäøŖ django åå°ē®”ēē»å½éŖčÆē ęä»¶
rasoolsomji/django-security
Django is great! Here are some ways to make it safer
saadhaxxan/Contact-Manager-App-Django
A complete User Authentication based Contact Management App
mhsiddiqui/dj-rest-filters
A Generic System to validate query params and filter data in Django Rest Framework
jrd/django-oauth2-authcodeflow
Authenticate with any OpenId Connect/Oauth2 provider through authorization code flow. PKCE is also supported
revsys/django-tracer
Generate a UUID on all Django requests for traceability
lionheart/django-pwnedpasswords-validator
Django password validator that checks for passwords in known data breaches.
simranlotey/Blood-Bank-Management-System
Blood Bank Management System is a web application that enables users to register as blood donors. Additionally, it provides a search functionality for individuals in need of blood. Users can easily find potential donors based on blood type and location.
youngershen/easy-captcha
a very easy to use captcha image generator.
alpden550/encrypt-decrypt-fields
Encrypt and decrypt fields for Django and SQLAlcemy.
bitmario/uuid0
A Python 3 library for better timestamped UUIDs
techsyndicate/encryptid-20
Encryptid '20 platform
runar-org/messenger
Cryptographic messaging platform that generates links to encrypted messages hiding privacy of sender, and recipient.
shah-dhwanil/Django-CryptographicFields
A Django app for cryptography in Django Models.
vaibhavmule/django-uuid-primary-key
Django UUID Primary Key is a simple Django model utility that provides to store primary key id as uuid.
fraigo/python-cors-proxy
A simple CORS proxy to fetch content from remote sites without CORS policy.
poskadesign/django-alt
A structured data validation framework
ruddra/django-encrypt-file
A simple package to encrypt Django's uploaded or downloading files
pu6ki/elsyser
REST API for the ELSYSER platform.
AshadeSamson/Mechanism-against-XSS
A web extension application to prevent against XSS attacks that might be attached to malicious URLs
christianwgd/django-friendly-captcha
Django field/widget for Friendly Capture (https://friendlycaptcha.com).
Kvatsx/Secure-Bank-django
The focus of this project is to develop a SBS to facilitate secure banking transactions and account management required by any banking organization.
elabdesunil/django-user-management
Django user management with how to edit the default Django templates for user access, sending email to email addresses through mailgun and logging in through GitHub OAuth using social-auth-app-django
marcobellaccini/django-opqpwd
A password manager REST service with client-side encryption
YassinAO/django_custom_auth_boilerplate
A custom authentication boilerplate for Django. It has login, registration, email validation, reset password and more to come.
MaistrenkoAnton/filefield-cache
Cache file data in form after failed validation
steveho29/django-boilerplate
Django Boilerplate with Docker & Rest Framework & Swagger & Auth JWT & Google Oauth & Email Verification & CORS & Media
Enecode/secure-web-application
This article demonstrated web security best practices by building a secure web application using Django, a powerful Python web framework. I covered password hashing, secure session management, authentication, authorization, and other key security considerations with accompanying code examples.
wlemuel/django-rest-vault
Api decryption and encryption support for Django REST Framework
weijiezhang-star/Todo-list-with-ReactJs-Django-MySQL
danielnaab/django-roesti
Provides a HashedModel - A Django model keyed on the hash of its contents
N-liraj-khanna/ASSISTASK
āāA Django Application, used in your day-to-day life. A Small personal assistant, to get your work done with.
edwildson/djangosecommerce
E-commerce built with Django.
akhteramin/authentication-module
This is an authentication module that includes single-sign-on features implemented using Django-jwt. This application is ready to deliver user-wise, group-wise and service-wise permission lists, store a service list, authenticate each service id requested by users from different modules, validate token, maintain token life expire time, define accepted email domain of users. Further for managing tasks in a queue-based system, celery has been employed. Finally, this project includes Dockerfile so that it can pluggable into a remote or local server without external installation.
jaddison/django-prefix-id
A modern Django model ID field, enabling prefixed Stripe-like IDs. Base62 encoding UUID values.
Igor-Kuz/drfshop
E-commerce shop build with Django Rest framework. Supports filtration, pagination, search, authorizatiaon, authentication with JWT, auto-documenting ith swagger, also added authorization with djoser and CORS
memclutter/django-lite-captcha
Lite captcha for django projects
Epic-R-R/Deer-Panel
SSH User Management
MohammadJavadRamezanpour/django-xss-protector
this is a set of tools that filter any xss attack on django websites
rsakib15/Address-Hashing-Django
Wallet address and transaction data save, delete and update using Django Rest Framework
andreskemeny/drf-cors-boilerplate
DRF CORS Boilerplate
maldoinc/python-request-mapper
Map and validate incoming request data to Pydantic models.
jianweiSun/django-jsondatavalidator
An easy and elegant json data validator which generate well-formatted error response for you.
RafalJanko/PersonalFinanceApp
An app that will help you record and plan your personal finances with data visualtisation and authentication. Project uses the following technoloies: Ajax Validations, Messages, Alert,s Access Control, Pagination, Ajax, search, Django Admin Customization, Multithreading, JS, Charts, Exporting Data to PDF and all other formats, Preview PDFs
Lih3006/buster-movie-rental-backend
Buster Movies is a Django-based project designed to manage movie information and user interactions. It adheres to various development best practices, including initial project setup with `.gitignore` and `requirements.txt`, user customization based on `AbstractUser`, and the use of conventional serializers for data validation and manipulation.
Enecode/diesel-implementation
A backend server build with with Django that can handle HTTP requests efficiently. The server will receive data from the sensors, validate it, and store it in the database.
ZU3AIR/Full-Stack-Shop
ACADEMIC PROJECT: Multifunctional online shop with User & Admin login, data manipulation, session management and many more
hazemessam/cryptic
Web application allows users to manage their confidential files.
ShawonBarman/User-Authentication-with-Email-Verification
I will do this project to a better understanding of how to authenticate with email verification in Django. Here I had uses the UUID module to generate a random verification code and then our system will send this code to the user to verify his/her account.
co01l3r/social_network_dj
test project powered by django
IamMiracleAlex/randoms
A REST API for randomly generated objects with uuid
mathbeal/email_validx_django
Email schema validator created from validx Str and Django EmailValidator
subhamghimire/dj5
Own validation ,form validation and email match
SIGHT-5A/SIGHT-React-Django-Template
React-Django Fullstack with CORS policy and env setup Application
lucasviinic/drf-school
API com Django 3: Versionamento, cabeƧalhos e CORS
svgvr8/django-cryptography
A user-friendly web app to encrypt and decrypt text. Built with Python and Django, it can be easily set up on your local machine. With just a few simple steps, start keeping your messages and information safe. Enjoy private communication or have fun with encrypted text.
fl028/SoftwareQualityEngineeringAssignment
Assignment project XSS DHBW CAS WiSe22-23
Tsuribori/django_rest_captcha_validator
CAPTCHA for Django REST Framework
ravshanbekio/captcha-django
Captcha Project in Django
bukdjango/captcha
django captcha fields
RealOrangeOne/django-plaintext-password
A Django password hasher to store passwords in plaintext
aalexkingg/django-login
A Django login page template with password hashing, database implementation and 3 try limit
hardy30894/URLHasher-URL-hashing-system
URL Hashing System to track long URLs with UTM tracking
tnaswin/hashing
A web-page in Django which takes in a text and returns its SHA256 Hash value. Follows Test Driven Development.