Flask JWT Token-Based Authentication | Building a Secure RESTful API with Flask-JWT-Extended | HINDI

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ม.ค. 2025

ความคิดเห็น • 14

  • @afraheemraz3753
    @afraheemraz3753 6 หลายเดือนก่อน +1

    very straight forwar , thanks alot .

  • @LOKESHKUMAR-ot6gj
    @LOKESHKUMAR-ot6gj 15 ชั่วโมงที่ผ่านมา

    Thanks

  • @kklol07
    @kklol07 6 หลายเดือนก่อน

    amazing and to the point video!

  • @n0t_rogue
    @n0t_rogue ปีที่แล้ว

    "request" is not defined 8:09

  • @mayurkankal-l9j
    @mayurkankal-l9j ปีที่แล้ว +1

    can you create a video on flask rest api app where user can login and register using html form and mysql database and use authentication method as jwt token for authentication

    • @kritimyantra
      @kritimyantra  ปีที่แล้ว +1

      Hey Mayur, are you interested in building a registration and login page using HTML? We can implement a process where users can register through the HTML registration page. Afterwards, they can log in using the API, and upon successful login, they will receive a JWT access token, just like we demonstrated in the video. What do you think?

    • @_naadirrr
      @_naadirrr 3 หลายเดือนก่อน

      ​@@kritimyantra ​But to verify the token after login, we can only access the database that has @jwt_required via Postman using Bearer Token. I want the @jwt_required to take the JWT token, check if it is there, and access the data. Could you please explain it?
      Every route has been done via Postman API. I would like to see it in RESTful API. with the token stored safely in localStorage

  • @HarshJipkate
    @HarshJipkate 11 หลายเดือนก่อน

    thank you for this

    • @kritimyantra
      @kritimyantra  11 หลายเดือนก่อน

      You're very welcome!

  • @udittiwari8420
    @udittiwari8420 11 หลายเดือนก่อน

    thank you sir for this flask tut very helpful , one request how to deploy flask app to share with someone sir

  • @piyushkumar-me1nb
    @piyushkumar-me1nb 7 หลายเดือนก่อน

    can you send code link?

  • @nametechguy1661
    @nametechguy1661 ปีที่แล้ว

    could u pls share the source code