/DRF-JWT-Auth-simplejwt

Django-Rest-Framework JWT Authentication using simplejwt

Primary LanguagePythonMIT LicenseMIT

Django Rest Framework JWT Authentication

Description

A Simple Backend for a JWT Authentication in Django & Django Rest Framework using SimpleJWT.

Installation

$ pip install -r requirements.txt

Running the app

$ python manage.py runserver

Setup

Create .env file in the root directory and add the following configuations:

DJANGO_ENV - Set environment as development or production
SECRET_KEY - Set Secret key for django internal usage

License

This project is MIT licensed.