Skip to content

Token authentication example on **Django** and **Vue** step by step.

Notifications You must be signed in to change notification settings

DanteOnline/django-vue-authentication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-vue-authentication

Token authentication example on Django and Vue step by step.

Structure

This example contains 6 steps in the different branches.

Usage

  1. In one terminal
make start
  1. In another terminal
cd frontend
npm i
npm run dev

Examples

You can move step by step changing branches. Or download final example from main branch

Download all examples

You can use make download_examples command to download all examples as folders. Example will be save to ../django-vue-authentications/<subfolder>/