https://github.com/chinmayagrawal775/django_auth_api
Django Authrization API using Django, DRF(Django-Rest-Framework) & custom authentication using email
https://github.com/chinmayagrawal775/django_auth_api
authentication-api django django-rest-framework python
Last synced: about 2 months ago
JSON representation
Django Authrization API using Django, DRF(Django-Rest-Framework) & custom authentication using email
- Host: GitHub
- URL: https://github.com/chinmayagrawal775/django_auth_api
- Owner: chinmayagrawal775
- Created: 2023-01-21T12:32:57.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-21T14:07:59.000Z (9 months ago)
- Last Synced: 2024-08-21T15:59:41.126Z (9 months ago)
- Topics: authentication-api, django, django-rest-framework, python
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Django Authorization API using Django-Rest-Framework.

[](https://www.python.org/)
[](https://github.com/ellerbrock/open-source-badges/)## 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.