{"repo":"djaodjin/djaodjin-signup","free":true,"listed":false,"github":"https://github.com/djaodjin/djaodjin-signup","clone":"git clone https://github.com/djaodjin/djaodjin-signup.git","description":"Django app for frictionless signup","language":"Python","stars":20,"topics":["django","registration","frictionless","authentication","mfa"],"license":"BSD-2-Clause","category":"auth-billing-email","readme_excerpt":"DjaoDjin-Signup =============== This repository contains a Django App for user authentication (intended as a replacement for the django.contrib.auth.views pages), and user account pages. Major Features: - HTML forms and API-based authentication - Cookies, JWT, API Keys - OTP codes This project contains bare bone templates which are compatible with Django and Jinja2 template engines. To see djaodjin-signup in action as part of a full-fledged subscription-based session proxy, take a look at djaoapp. Install ======= Add the signup urls to your urlpatterns and EmailOrUsernameModelBackend to the settings AUTHENTICATION BACKENDS. urls.py: urlpatterns = ('', (r'^api/', include('signup.urls.api')), (r'^', include('signup.urls.views')), ) settings.py: AUTHENTICATION BACKENDS = ( 'signup.backends.auth.EmailOrUsernameModelBackend', 'django.contrib.auth.backends.ModelBackend' ) Development =========== After cloning the repository, create a virtualenv environment, install the prerequisites, create and load initial data into the database, then run the testsite webapp. $ python -m venv .venv $ source .venv/bin/activate $ pip install -r testsite/requirements.txt $ make vendor-assets-prerequisites $ make initdb $ python manage.py runserver # Browse http://localhost:8000/ Release Notes ============= Tested with - Python: 3.12, Django: 5.2 (LTS) - Python: 3.14, Django: 6.0 (next) - Python: 3.10, Django: 4.2 (legacy) - Python: 3.9, Django: 3.2 (legacy) 0.11.4 removes dependency on jQuery for UI ","default_branch":null,"files":null,"tree":[],"storefront":"/r/djaodjin","claimed":false,"request_supported":{"post":"https://gitbuyer.com/r/djaodjin/djaodjin-signup/request-supported","requests":0},"note":"indexed from public GitHub; nothing is for sale on this page. Clone it from GitHub. Paid listings live at /search."}