Skip to content

Latest commit

 

History

History
84 lines (57 loc) · 1.8 KB

README.md

File metadata and controls

84 lines (57 loc) · 1.8 KB
Custom Jwt Authentication

 

Custom jwt

About   |   Features   |   Technologies   |   Requirements   |   Starting   |   Author


🎯 About

customize user and Authentication

✨ Features

✔️ Django LTS
✔️ Custom User Model
✔️ Profile model
✔️ Signal attachments
✔️ Django RestFramework
✔️ Token Authentication
✔️ JWT Authentication
✔️ APi Docs
✔️ Black
✔️ Flake8
✔️ Tests

🚀 Technologies

The following tools were used in this project:

  • Python
  • Django
  • docker
  • jwt
  • Django REST framework

✅ Requirements

Before starting 🏁, you need to have Git and python installed.

🏁 Starting

# Clone this project
$ git clone https://github.com/MohammadTohidiNasab/CustomUser-DRF


# Access
$ cd  CustomUser-DRF


# Install requirments.txt
$ pip install -r requirments.txt

# Run the project
$ python manage.py runserver

# The server will initialize in the <http://localhost:8000>

Back to top