Complete Django Rest Framework JWT Authentication System

Поділитися
Вставка
  • Опубліковано 4 жов 2024
  • in this video we are going to be build a complete RestAPI Jwt Authentication system, using django Rest framework and reactjs, with all the feature you will expect in an Authentication system, User Registration, JWT Token login with simplejwt, Logout, Password Reset And Social Authentication with Google And Github.

КОМЕНТАРІ • 25

  • @chetanverma4751
    @chetanverma4751 10 місяців тому +3

    i am searching of django full authentication video i found best channel on youtube for django pls request you to complete this series as soon as posible pls add mobile otp authentication in this series if posible thank you so much for your efforts

  • @JuanBarragan-h4l
    @JuanBarragan-h4l 2 місяці тому

    Great tutorial, nonetheless I remarked several things. When creating a superuser, time 19:35, line 43 in method create_superuser, you are saving an already saved user (saved by the method create_user)
    Also I was unable to log in until I wrote a ModelBackend implementing authentication using email and saying it so using the setting file. On the UserManager class I added also is_active extra_field for superusers.

  • @supreme4256
    @supreme4256 10 місяців тому +3

    Learnt a lot. Thanks. One suggestion: your voice is low and sometime dontunderstand what are you saying.

    • @henrycodingstack6952
      @henrycodingstack6952  10 місяців тому +1

      thanks for your feedback, will work to improve that in subsequent videos

  • @nafisehmaraghi4782
    @nafisehmaraghi4782 5 місяців тому

    thank you for the tutorial. at 19:37, user is saved in line 26 so why do we have to save in again in line 43?

  • @chetanverma4751
    @chetanverma4751 10 місяців тому +1

    pls tell me what time to take upload 6th video pls reply and pls take a good mick for increase voice your voice so slow thanks

  • @mahendranath2504
    @mahendranath2504 9 місяців тому

    nice thank you so much, subscribed and liked 👍

  • @AnasJafri-s6k
    @AnasJafri-s6k 25 днів тому

    I am unable to login, getting this error
    "AttributeError at /admin/login/ 'coroutine' object has no attribute 'is_active'

  • @OnyekaChukwu-k4u
    @OnyekaChukwu-k4u 6 місяців тому

    Thanks for the tutorial, my request is going through but email is not being sent.

  • @johngabriellacar2116
    @johngabriellacar2116 5 місяців тому

    Hi, why is my URLs didn't match any of these? Need help, anyone.

  • @bijendernagar15
    @bijendernagar15 10 місяців тому

    its amazing you are the best tutor on youtube you deserve million subscribers . I have facing error can you provide source code pls

  • @cakane7
    @cakane7 10 місяців тому

    Hi thank you for your tutorial. How do you check your API at 42:12 ?

    • @henrycodingstack6952
      @henrycodingstack6952  10 місяців тому

      Using Postman.postman is a software client for testing API's

    • @cakane7
      @cakane7 10 місяців тому

      Thanks@@henrycodingstack6952

    • @cakane7
      @cakane7 10 місяців тому +1

      Btw for the error at the end, this worked for me. It seems like user is a dictionnary. My message is in french.
      'message': f"""Bonjour {user['first_name']}, Un mot de passe vous a été envoyé."""

  • @DeviceDuo-sl9rb
    @DeviceDuo-sl9rb 8 місяців тому +1

    Can you share the code with us?

  • @SangLe-e9l
    @SangLe-e9l 9 місяців тому

    Can you add the .env.example file? Thank you

  • @wolfisraging
    @wolfisraging 5 місяців тому

    where's JWT authentication? this authentication does not contain any JWT creation and verification

  • @charltonmutugi7129
    @charltonmutugi7129 9 місяців тому

    interesting

  • @TheRealHouji
    @TheRealHouji 5 місяців тому

    Do you have tutorial on django login with ping saml authentication?