Skip to content

A JWT authentication system (Login/Register) with Django REST API

Notifications You must be signed in to change notification settings

mut-rogers/jwt-auth-system-with-drf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CONTENTS OF THIS FILE

  • Introduction
  • Requirements

INTRODUCTION

This is an Authentication systems created using; 1. Django. 2. Django REST Framework. 3. REST Framework Simple JSON Web Tokens. It allows Registration of new users and login for existing users. After registration, a user can loggin. Logged in users are issued with "access" and "refresh" tokens for access private resources in the system

REQUIREMENTS

Check requirements.txt file

About

A JWT authentication system (Login/Register) with Django REST API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages