Skip to content

App to demonstrate JWT token using cookie method as a means of authorization.

Notifications You must be signed in to change notification settings

shadyskies/nemesis-task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

my-app

Table of Contents

About

App to demonstrate use of JWT Token as a means of authorization using cookies as opposed to normal session based authentication.

Getting Started

Clone the repository and change directories

git clone https://github.com/shadyskies/nemesis-task.git
cd nemesis-task/

Install the required modules:

pip3 install -r requirements.txt

Post Install

Either create a .env file in main directory having SECRET_KEY = '[any-value here]' or hard code it in settings.py. Migrate the auth and user model to db.

python3 manage.py migrate

Start the server.

python3 manage.py runserver

Screens

About

App to demonstrate JWT token using cookie method as a means of authorization.

Topics

Resources

Stars

Watchers

Forks