Vue Js and Local Storage - Login functionality in hindi

Поделиться
HTML-код
  • Опубликовано: 28 сен 2024
  • Learn how to make crud app with vue js using local storage.
    Github Repo : github.com/lea...

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

  • @chiragkhatri7183
    @chiragkhatri7183 2 года назад +1

    hi,
    password verification is wrong because when their is many entry,
    example their is 2 user and 1st username=abc and password=abc123, 2nd username=xyz password=xyz123,
    while verification user enter username=xyz and password=abc123 it while be verified because it is searching by index, it is checking password from database and it is possible than somebody already hava same password.

    • @learntocode9189
      @learntocode9189  2 года назад

      Thanks @Chirag Khatri
      Appreciated that you have found a loophole in my code, I will try to improve that.

    • @chiragkhatri7183
      @chiragkhatri7183 2 года назад +1

      Not problem at all because I just started vue and you videos help me alot,
      Thank you for that