Это видео недоступно.
Сожалеем об этом.

HowTo: Handle JSON Web Token Authentication API with React

Поделиться
HTML-код
  • Опубликовано: 15 авг 2024

Комментарии • 14

  • @wazoowebbytes
    @wazoowebbytes  11 месяцев назад

    Thanks all! Been trying to get this published for a while. I'm really hoping my high level introduction to some of these React concepts made sense. If there's interest, I'll definitely do a deeper dive into each of these React libraries.

  • @mrcoder9401
    @mrcoder9401 11 месяцев назад +1

    Have been waiting for this one, Thanks Wazoo for taking this up. Already started learning from this. Will update on completion.

    • @wazoowebbytes
      @wazoowebbytes  11 месяцев назад

      thank you so much! Yes please do! I really hope my approach to going through these React concepts isn't "too light"! Good luck!

  • @welcomeJava
    @welcomeJava 11 месяцев назад +1

    Your step by step detailed explanation helped me a lot!! I have been struggling with this subject for a while. Thanks a lot 😀

    • @wazoowebbytes
      @wazoowebbytes  11 месяцев назад

      thank you so much for the feedback and I'm happy to hear that it's helped you move forward in your own journey!

  • @OSCARCORTEZVILLCA
    @OSCARCORTEZVILLCA 8 месяцев назад

    thanks for all man, I really appreciateted, Greetings from Bolivia :)

    • @wazoowebbytes
      @wazoowebbytes  8 месяцев назад

      thanks so much! Greetings from Canada! :)

  • @robtai6225
    @robtai6225 11 месяцев назад +1

    good content. can. you make a video for beginneers interested in spring boot and react all in one series?

    • @wazoowebbytes
      @wazoowebbytes  11 месяцев назад

      absolutely - fantastic suggestion!

  • @w1llow01
    @w1llow01 11 месяцев назад +2

    Thanks Wazoo, can you add refresh token

  • @HsounaAli
    @HsounaAli 11 месяцев назад +1

    thank you for the video but i have cors error when sending request with react can you help me please ? thank you and sorry for my english

    • @wazoowebbytes
      @wazoowebbytes  11 месяцев назад

      no problem - hope I can help! Did you use the "changeOrigin" property for the proxy config in the vite-config.js file? Did you make sure to restart vite? usually just ctrl+c then "npm run dev" again.

    • @HsounaAli
      @HsounaAli 11 месяцев назад

      @@wazoowebbytes thank you i did not use vite and i fix it by adding cors config in security in the backend

    • @wazoowebbytes
      @wazoowebbytes  11 месяцев назад

      @@HsounaAli excellent!