B-SAHIL/django-login-jwt

Sahil B

Backend Engineer
New Update - 20/10/2023 Custom Pagination and Error Renders
In this update, I've introduced custom pagination and error rendering for an enhanced user experience.
Custom Pagination
I've implemented a custom pagination solution to make navigation through large datasets more user-friendly. The custom pagination component can be found in client.paginator.CustomPagination.
Error Renders
I've improved error rendering to provide clear and informative error messages to users. I've enhanced error handling for a smoother user experience. The custom error rendering can be found in client.renders.CustomRenderer.
Auth API's for Login
I've added new authentication APIs to support user login. These APIs enable users to securely log in to the application and access their accounts.
Email OTP Verification
I've introduced email OTP (One-Time Password) verification to enhance account security and ensure that users have a seamless sign-up process. (10 minutes expiry)
Django App Setup Guide
This guide will walk you through the process of setting up a Django web application and login process using JWT.
Prerequisites
Before you begin, ensure that you have the following prerequisites installed on your system:
Python (3.x recommended)
pip (Python package manager)
Git (optional but recommended for version control)
Installation
Clone the Repository
Start the Project
python -m venv venvvenv\Scripts\activate source venv/bin/activatepip install -r requirements.txtpython manage.py migratepython manage.py createsuperuserpython manage.py runserver
Partner With Sahil
View Services

More Projects by Sahil