DhanushpathiPrakash / User_Authentication

Django RestFramework user authentication

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

User Authentication API

This API allows complete user authentication like :
  • Register user
  • OTP verification
  • Login Api
  • Change password
  • Reset password through email
  • logout

Getting Started To use the API, you can follow these steps:

Clone the repository: https://github.com/DhanushpathiPrakash/User_Authentication.git

Install the required dependencies: pip install -r requirements.txt

Run the development server: python manage.py runserver

API Endpoints
api/ register/ [name='register']
api/ verify/ [name='verify']
api/ login/ [name='login']
api/ profile/ [name='profile']
api/ changepassword/ [name='changepassword']
api/ send-reset-password-email/ [name='send_reset_password_email']
api/ reset-password/// [name='reset_password']
api/ logout/ [name='logout']

About

Django RestFramework user authentication


Languages

Language:Python 100.0%