Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.32 KB

README.md

File metadata and controls

29 lines (23 loc) · 1.32 KB

Django Authorization API using Django-Rest-Framework.

Made with love in India made-with-python Open Source Love svg1

About Project 📄

This is an API built using Django & DRF.

Project Functionalities ⚙

  • Custom Authentication using Email.
  • JWT Token Authentication
  • Register your new Account.
  • Login to Your Account.
  • Profile View.
  • Change Password.
  • Reset Password.
  • Send Password Reset Email to Registered Email-Id

Technologies Used 👨‍💻

  • Django - For Coding Backend of Application.
  • SQLite - Used this Default DataBase for Storing Data.
  • DRF - For Creation of API.
  • Simple JWT - For Token Generation.

Testing of API 🧪

You Can use any API Testing Tool to test this API, Like: PostMan, Thunderbolt, BrowserableAPI.

A JSON file is included in the root directory of the project with the name django_auth_api.postman_collection.json. This file contains all the endpoints of the API. So You can import this file in Postman. And test the API Endpoints easily.