This is an API built using Django & DRF.
Custom Authentication
using Email.JWT Token
AuthenticationRegister
your new Account.Login
to Your Account.Profile View
.Change
Password.Reset
Password.Send Password Reset Email
to Registered Email-Id
Django
- For Coding Backend of Application.SQLite
- Used this Default DataBase for Storing Data.DRF
- For Creation of API.Simple JWT
- For Token Generation.
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.