pennersr/django-allauth
Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party (social) account authentication.
jpadilla/django-rest-framework-jwt
JSON Web Token Authentication support for Django REST Framework
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)
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
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.
miguelgrinberg/Flask-HTTPAuth
Simple extension that provides Basic, Digest and Token HTTP authentication for Flask routes
aaugustin/django-sesame
"Magic Links" - URLs with authentication tokens for one-click login
coleifer/flask-peewee
flask integration for peewee, including admin, authentication, rest api and more
fangli/django-saml2-auth
Django SAML2 Authentication Made Easy. Easily integrate with SAML2 SSO identity providers like Okta
GOATS2K/overpass
A self-hosted live video streaming platform with Discord authentication, auto-recording and more!
snok/django-auth-adfs
A Django authentication backend for Microsoft ADFS and AzureAD
wsvincent/django-auth-tutorial
Source code for Django authentication tutorial.
valohai/django-allauth-2fa
Two-factor authentication for Django Allauth
alexferl/flask-simpleldap
LDAP authentication extension for the Flask web framework
FedericoCeratto/bottle-cork
Authentication module for the Bottle and Flask web frameworks
auth0-samples/auth0-python-web-app
Auth0 Integration Samples for Python and Flask Web Applications
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.
auth0-samples/auth0-python-api-samples
Auth0 Integration Samples for Python REST API Services using Flask
labd/wagtail-2fa
2 Factor Authentication for Wagtail
ondiekelijah/User-Authentication-in-Flask
User Authentication in Flask using Flask-Login
fcornelius/django-firebase-auth
Django DRF authentication provider for Google's Firebase Authentication Service
nrbnlulu/strawberry-django-auth
Authentication system for django using strawberry
seanmajorpayne/openDashAuth
A Multi-User Authentication Baseplate for Dash Applications
blackfry/cra-flask
Unejected create-react-app ui, flask api with token authentication
ashutoshkrris/Flask-User-Authentication
User authentication is important for protecting sensitive information and resources from unauthorized access. In this tutorial, you will learn how to set up basic user authentication – that is password-based authentication – in your Flask application.