Hacker News new | ask | show | jobs
by fiatjaf 4348 days ago
It starts with user registration? Why not make it work without registration?
1 comments

This application needs userid for many other additional functionality and so has to track who the user is. That has always been the reason why logins are needed in applications. If you just doing a onetime request like a google search then no login is needed. Even a simple blog requires login to track your comments. Thats the way the web goes. Thats until someone comes up with a solution like single-sign-on.