Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.12 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.12 KB

Django and VUE.js with JWT Authentication integrated project

About

This project demonstrates the integration of Django Rest Framework and Vue.js with JWT authentication.

To request a password reset, you need to set up an SMTP provider in the .env file. Please refer to the .env-example file for guidance.

Versions & includes

  • Django 5.1.2
  • Vue 3 (Bootstrap 5)
  • Restframework
  • Restframework simple jwt
  • Psycopg2-binary

Attention

When you request a new password, note that the requested URL is printed in the log console.

Screenshots

Log in page screenshot login page

Registration page screenshot registration page

Forgot password page screenshot forgot password page

Reset password page screenshot reset password page