this post was submitted on 12 Jul 2023
59 points (96.8% liked)

Programming

17025 readers
225 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 3 points 1 year ago* (last edited 1 year ago) (1 children)

SQRL's problem is it only focuses on the login component. It doesn't really solve storage/backup/sync. All three have to be extremely easy to use otherwise any authentication system is a non-starter for the general public.

Passwords might not be secure, but they are user friendly (if you allow bad passwords). That ease of use cannot be taken away.

[โ€“] jadero 1 points 1 year ago

Excellent point. I've got exactly one SQRL login and even it was just to play with it. I never got as far as real world considerations. :)