5
12 Comments

It is 2022 - Why are businesses still using passwords?

https://mojoauth.com/blog/why-are-businesses-still-using-passwords/

Are you thinking about abandoning passwords and seeking a secure authentication method for your customers? This article explains why it's wise to stop using passwords and shift toward a passwordless future.

submitted this linkon November 1, 2022
  1. 1

    I am a school student, and I want to write my paper, but I don't have a lot of time to write, so I'm looking for a website that will help me write my paper for me. While I'm looking, I discovered https://www.europeanbusinessreview.com/where-i-can-pay-someone-write-my-paper/, which will help me find the best website for writing my paper easily and quickly. If you are looking for paper writing services, you can also try this website.

  2. 1

    Looks like an ad for Mojoauth

  3. 1

    People like passwords. So businesses use them.

  4. 1

    The issue with passwordless is that... none of them are perfect. A good enough would be password with 2FA that the 2FA has another way to authenticate the user, which is like 3 identities.

    The most important is if you sign up using email, that email account better be well protected.

    1. 1

      Passwordless or password, in any case, the email account should be well protected. Otherwise, resetting passwords can be easily done.

      Businesses will always force us to select more and more complex passwords in order to protect accounts. But with passwords, at least I don't need to remember and create a complex password.

      It’s recommended to use multiple authentication factors with or without passwordless. Reliance on one factor, regardless of how safe it may seem, is not recommended.

  5. 1

    Although passwords can be simplified with password managers, it is still extremely tedious to manage them and keep them secure as a user. I switched to passwordless for my app by incorporating a one-time code sent to their email during login and signup.

  6. 1

    There was a bit of buzz around passwordless a few years ago, but it seems to have subsided. Built-in browser password managers have improved a lot.

    But the elegance of the solution always appealed to me, so I decided to run with it. Auth for my new project Babble is passwordless.

    The truth is, for any application that depends on email confirmation and a "forgot password" flow, passwords are redundant. You can accomplish auth and email confirmation in the same step.

    Companies and most people correctly prioritize the security of their inboxes, so it makes sense to hang your security hat on a user's email address. After all, password-based systems usually do too.

  7. 1

    Passwords aren't a bad thing if you follow two simple rules:

    • Don't pick passwords you're able to remember. Instead, use a password tool to save them.
    • Use a different password for every login.