This project demonstrates a JWT Authentication system using Django and React. It includes features like account activation, password reset, and social authentication with Google and Facebook OAuth2. It enhances production readiness by utilizing the refresh token for token renewal and displaying user-friendly alerts on the frontend. Refrence:
Start Project
source venv/bin/activate
service postgresql start
python3 Django-backend/manage.py runserver
Users
{
"name": "ayonssp",
"email": "ayoniiiiii10@gmail.com",
"password": "AYON#8sjJy@!",
"re_password": "AYON#8sjJy@!"
}