Vue.js: Building Secure Applications - VueConf US 2023

Sdílet
Vložit
  • čas přidán 28. 07. 2024
  • This talk by Tyler Clark focuses on the various techniques and best practices that developers can use to ensure the security of their Vue applications. It covers topics such as authentication and authorization, multifactor auth, JWTs, fine-grain-authorization, and passwordless. Through practical examples, attendees will learn how to identify and mitigate security risks in their own Vue projects.
    Ready to master Vue.js? With weekly Vue js tutorials on the latest topics, and exclusive content with Evan You (the creator of Vue), Vue Mastery is the ultimate learning resource for Vue developers to level-up their skills. Watch more free Vuejs tutorials 👉 www.vuemastery.com/courses
    0:00 Intro
    0:50 Security is not an easy subject
    1:08 Biggest App Threats today
    3:20 Today's solutions
    10:42 Recap
  • Věda a technologie

Komentáře • 3

  • @MrNihilius
    @MrNihilius Před 7 měsíci +2

    The highest risk is a complex password, that is so complex, that you have to write it down on an peace of paper, lying all the time on your desk ;)

    • @beatsbytex
      @beatsbytex Před měsícem

      That’s the most secure! They gotta physically break in and find it!!

  • @renwar
    @renwar Před 7 měsíci

    So, the limitation of such pub/private auth approach is only available for one browser/device?