Django-AuthX is a Django library designed to provide a simple authentication system.
Project description
Django-authX is a Django library designed to provide a flexible, customizable, and easy-to-integrate authentication system for Django applications.
Django-authX enhances and extends authentication features, allowing developers to efficiently manage user authentication and authorization processes.
Quick start
Download the package using pip
pip install django-authx
Add ‘authx’ to your INSTALLED_APPS list in your Django
INSTALLED_APPS = […, ‘authx’,…]
Run migrations
python manage.py migrate
Start using Django-authx in your Django application.
Features
User Registration: Simplified user registration process with customizable forms and views.
Login and Logout: Secure and customizable login and logout functionality, with support for various authentication methods.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file django_AuthX-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: django_AuthX-1.0.0-py3-none-any.whl
- Upload date:
- Size: 8.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f8cadda5c7db47114bd85ad196654bac2481f90cca7c61a280e82da05b1ec8c0 |
|
MD5 | 9ee3d6ea1a83ab5b03fa69834bb15db7 |
|
BLAKE2b-256 | c56148b717fb0de0907e6d819ecc5069b2302b8390e0cdddf9ff17ff6b6db1c0 |