GithubHelp home page GithubHelp logo

dikshant12 / django-drf-boilerplate-with-otp-verification Goto Github PK

View Code? Open in Web Editor NEW

This project forked from surajfc/django-drf-boilerplate-with-otp-verification

0.0 0.0 0.0 249 KB

The is simple DRF boilerplate with user registeration features with otp verification

License: MIT License

Python 100.00%

django-drf-boilerplate-with-otp-verification's Introduction

Django-DRF-BoilerPlate-with-OTP-Verification

The is simple DRF boilerplate with user registeration features with otp verification

API Endpoints:-

  1. http://127.0.0.1:8000/register #for Regiteration
  2. http://127.0.0.1:8000/verify #verify OTP
  3. http://127.0.0.1:8000/login #for Login also generate JSONWebToken
  4. http://127.0.0.1:8000/forgot #a mail will be send with a auto generated password
  5. http://127.0.0.1:8000/reset #for reseting your password after login

JWT Authentication:- use this in headers for authentication==> JWT "your token"

Add your email id and password in settings.py before starting. Also change the Secret Key value. then..

  1. python manage.py makemigrations
  2. python manage.py migrate
  3. python manage.py runserver

Thanks...

Adding Frontned with Vue soon..

django-drf-boilerplate-with-otp-verification's People

Contributors

dependabot[bot] avatar surajfc avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.