How to build a Vue + FastAPI application (with JWT authentication)

Поділитися
Вставка
  • Опубліковано 20 сер 2024
  • Both FastAPI and Vue are becoming more popular every single day. In this video we will learn how to build a full stack application along with authentication leveraging both of these amazing technologies.
    💻 Git Repository: www.codingwith...
    🎥 React + FastAPI: • How to build a React +...
    🎥 AWS Lambda + FastAPI: • Deploy FastAPI on AWS ...
    🎥 MongoDB + FastAPI: • Unlocking the Power of...
    🎥 MySQL + FastAPI: • How to build a FastAPI...
    🎥 PostgreSQL + FastAPI: • How to build a FastAPI...
    🎓 Courses can be found:
    FastAPI Beginner & Advanced: www.udemy.com/...
    Learn Chatbot Development: www.udemy.com/...
    👨‍💻 Hi, I am Eric!👨‍💻
    Hey! I’m a seasoned developer and Cloud enthusiast. I love sharing my knowledge and helping others to discover the exciting world of programming and cloud technologies. For more tutorials, tips, and tech magic, don’t forget to hit that subscribe button and ring the bell for notifications!
    🙏 Support The Channel 🙏
    If you found this tutorial helpful, please give it a thumbs up 👍, comment, and share it with your network 🌍
    #fastapi #python #vue

КОМЕНТАРІ • 13

  • @appmake9791
    @appmake9791 2 місяці тому +1

    Excellent. Thank You

  • @shrimal
    @shrimal Місяць тому

    Thanks for a wonderful video on how to setup authentication with fastapi and jwt. Just wondering, what part of the code needs to be updated so we don't have to downgrade to vue@2, vue-router@3? Thanks again.

  • @willylukwago6051
    @willylukwago6051 Місяць тому

    Do you have this tutorial in Node.js & Express version? Please please. I am currently creating my app in Vue js 3 and Node.Js. And I have problems wrapping my head around JWT/VUEX authentication.

  • @GliGlock
    @GliGlock 17 днів тому

    Don't we need to calculate the hash on the client and pass it to the server?

    • @codingwithroby
      @codingwithroby  16 днів тому

      Not for the initial login - we don't want the secret and stuff over there. If you mean just the hash, you technically can.

  • @digitalchild
    @digitalchild 2 місяці тому

    Is there a reason you aren’t using the new mapped_column() functionality in sqlalchemy 2.0 ?

    • @codingwithroby
      @codingwithroby  2 місяці тому +1

      Nope - I probably should have used the mapped_column(). Both are fine to use imo!

  • @Anteater23
    @Anteater23 2 місяці тому

    Do you have react JWT video?

  • @cloudcoder01
    @cloudcoder01 2 місяці тому

    Now Svelte : )

    • @codingwithroby
      @codingwithroby  2 місяці тому +2

      I'll add it to the backlog of future videos 🙂