Skip to content

Razaklekan113/django-auth-api

Repository files navigation

Django Authentication API with Simple JWT Using Django Rest Framework(drf) Project


A fully functioning project written in python showing how to create an Authentication API for users

DJANGO

Logo

This project is built to show how to create a Django Authentication API in Django using Django REST Framework. Every part of this project is a sample code which shows how to do the followings:

  • Create an Authentication system for users
  • Create an access and refresh token for users
  • Create an Email configuration to receive email notifications

How to make use of this project

Here are the steps to make use of this project

  1. Clone this project

    git clone https://github.com/Razaklekan113/django-auth-api.git

  1. Create a virtualenvironment and activate it

    python -m venv [name your venv file]
    .\[name of your venv]\Scripts\activate

  1. Install all the requrements given in the requirements.txt file using pip command

    pip install requirements.txt

  1. Configure the settings in the settings.py file
  2. Create an email configuration in the settings.py file
  3. Create .env file so to store your environment variables using the dotenv package
  4. Then use Postman to test the API endpoints

Find a bug report

If you find an issue or would like to submit an improvements to this project, please submit an issue using the issues tab above!

Known Issues(Work in progress)

This Project is still ongoing. It has not been completed yet. This is coming soon....

About

An authentication api project showing how to make an authentication and authorizations for users

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages