Tivix/django-rest-auth
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)
supabase-community/supabase-py
Python Client for Supabase. Query Postgres from Flask, Django, FastAPI. Python user authentication, security policies, edge functions, file storage, and realtime data streaming. Good first issue.
aaugustin/django-sesame
"Magic Links" - URLs with authentication tokens for one-click login
amfoss/GitLit
Platform to connect contributors and projects based on skill level and shared interests.
Anupam-dagar/Portfolio-Generator
HoxNox - Portfolios Made Easy, Generate portfolios in 3 easy steps
jpadilla/django-jwt-auth
JSON Web Token Authentication support for Django
mkalioby/django-passkeys
Django Authentication Backend For Passkeys
discolabs/django-shopify-auth
A package for adding Shopify authentication to a Django app.
duplxey/django-spa-cookie-auth
Four different approaches on how to authenticate Single-Page Applications (SPAs) with session-based authentication using Django.
labd/wagtail-2fa
2 Factor Authentication for Wagtail
fcornelius/django-firebase-auth
Django DRF authentication provider for Google's Firebase Authentication Service
nrbnlulu/strawberry-django-auth
Authentication system for django using strawberry
idlesign/django-oauthost
Reusable application for Django, introducing OAuth2 server functionality.
envkey/envkey-python
EnvKey's python library. Protect API keys and credentials. Keep configuration in sync.
dropseed/django-oauth-login
A minimal app that adds OAuth login support to your Django project.
hartwork/django-createsuperuserwithpassword
Django management command to create usable super users, programmatically
anthonynsimon/secrets-vault
Simple encrypted secrets for Python
saibot94/django-oauth2-sso
Simple OAuth2 authentication and automatic mapping of SSO entities to the local Django user model
Gandi/wagtail-oauth2
A wagtail plugin to replace the login by an OAuth2.0 Authorization Server
songrgg/oauth-demo
An OAuth2 demo introduces how to setup OAuth client with Python Django.
Kicksaw-Consulting/django-salesforce-oauth
Simple package for creating and signing users into your Django site using Salesforce as an OAuth provider
sageteam-org/django-sage-encrypt
You can easily encrypt your data in the database using django-sage-encrypt. Data encryption essentially translates data into a secret code so that only people with access to a decryption key or specific password can read it.
Harshchourasiya/RandomChat
This is a Random chat webapp developed with Django. All Chats are End to End Encrypted.
strogonoff/hubspot_oauth2client
Minimal Hubspot OAuth2 integration in Python
g10f/sso
OpenID Connect Identity Provider with user and organisation management
nidhisha-shetty/stock-management-system
This is a inventory management app built using Django having MongoDB as a database that allows a user to manage and update the inventory data of a store.
septa-ma/Django-GraphQL-Authentication
user management and JWT authentication with Django and GraphQL
egnuez/sso-oauth2
Single Sign On using oAuth2 & JWT
dnlbowers/Vape-Store
Ecommerce Site using Django and Stripe to provide user authentication, stock management, and checkout functionality.
christianmtr/my_django_template
A Django project template with all the stuff needed to start and run, it manages users and organizations. Inlcudes a Rest API, CORS support and SaaS via PostgreSQL schemas.
marinimau/CheChat---a-Django-realtime-webchat
A python realtime webchat - Features: User management; Contact management; Private chat; Group chat; Responsive layout.
mindylog/django-nopeek
No peek! A Django package encrypting sensitive data
rawheel/Django-User-Management-System
UMS allows you to add Roles, Rights and assign them to a particular user.
antz22/django-auth-template
A complete template for creating a django drf project with authentication set up using djoser.
ShaneWD/PasswordManagerWebsite
A password manager with a stored hashed main-password, which is used to encrypt passwords of secondary accounts. **Plain text passwords are not stored.**
dms24081999/Social-Web-App-Sem-4-PYTHON
Tech-Stack: Django, Django-REST-Framework, HTML5, CSS3, JavaScript, jQuery, AJAX, JSON, Bootstrap-4, MySQL/SQLite3/any type of RDBMS compactible with Django. A dynamic social web app to post images or quotes, edit/delete posts, like/dislike posts, follow/unfollow users, create hash tags for posts, tag people in posts, search results in real-time. Round-robin Load balancing with Nginx to handle large amount of users.
YogeshBisht2307/rsa-encryption-authentication
RSA-Encryption Authentication is a API based authentication application that is implemented using Django Rest Framework, ReactJS, ( PyJWT and Cryptography ) for RSA-based JWT authentication.
DataRohit/Django-Rest-Framework-Course
My Django Rest Framework learning project encompassed generic API view classes, permissions, authentication methods including token-based and JWT, CORS handling, task scheduling, etc., providing a comprehensive understanding of RESTful API development.
DataRohit/Django-GraphQL
This GitHub project is a Django-GraphQL application using the Graphene package, enabling efficient CRUD operations with CORS and Djagno-GraphQL-Auth for JWT Authentication.
katammaniteja/UserManagementSystem
Ahmadgaming01/corse
with django corse we have one task to check how long we need to create a project and applay ( CRUD )
amirayat/encrypted-user-model
Django rest encrypted user model
Nyctophile0/JobPortal
tlee0058/Django_Fundamentals
Riksa011/Start2Impact-BlockChain-Final-Project
BlockSneakers is an auction platform to sell limited edition shoes by an eco-friendly footwear company. It allows users to bid, track their wallet balance and verifiy auction results through the sha256 hash broadcasted on the Ethereum blockchain.
tlee0058/Django_ORM
DiomedesFromHell/SimpleDjangoWebApp
Simple Django web-app which allows one to upload a file and compute it's hash.
Niru511/Encryption-in-Django
njeruthuo/blog-final
This is an API designed to serve blogs to a react app
antonioalanxs/board
Minimalist notice board built using HTML, Tailwind CSS, Django, MySQL, phpMyAdmin and Docker used to give a lecture that covers topics such as User Authentication, URL protection, Middleware, CORS and CSRF Attack/Defense strategies.
Tomilola-ng/TrackBackendTask1
HNGx TrackBackend Task1 | A simple Endpoint for providing static and dynamic data using Django, Django Rest Framework, CORS Headers ...
Tomilola-ng/TrackBackendTask2
A CRUD REST API for a Person model using Django, Django Rest Framework, CORS Headers ...
python151/Django-CORS-Template
This is a template for Django-CORS with login, signup, and session storage already implemented.