Skip to content

This project demonstrates a compact Django-React JWT Authentication system with activation, password reset, social authentication (Google/Facebook OAuth2), token renewal, and frontend alerts.

Notifications You must be signed in to change notification settings

Ayon-SSP/Authentication_JWT

Repository files navigation

Authentication System JWT 🔑

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:

  1. Django JWT Authentication with React 2021
  2. django-rest-framework.org
  3. djoser

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@!"
}

About

This project demonstrates a compact Django-React JWT Authentication system with activation, password reset, social authentication (Google/Facebook OAuth2), token renewal, and frontend alerts.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published