About | Features | Technologies | Requirements | Starting | Author
customize user and JwtAuthentication
✔️ Django LTS
✔️ Custom User Model
✔️ Profile model
✔️ Django RestFramework
✔️ Token Authentication
✔️ JWT Authentication
The following tools were used in this project:
- Python
- Django
- jwt
- Django REST framework
# Clone this project
$ git clone https://github.com/MohammadTohidiNasab/JwtAuthentication
# Access
$ cd JwtAuthentication
# Install requirments.txt
$ pip install -r requirments.txt
# Run the project
$ python manage.py runserver
# The server will initialize in the <http://localhost:8000>