Hacker News new | ask | show | jobs
by manojlds 4675 days ago
Actually, people might be of the wrong notion that doing things like

    if(!user) { alert('you are not logged in!');} 
are enough even when coding on the client side.