If you care about user privacy, don’t use Facebook JavaScript SDK
21–30 of 105 posts
Re: If you care about user privacy, don’t use Facebook JavaScript SDK
#22Re: If you care about user privacy, don’t use Facebook JavaScript SDK
#23Earlier quoted context omitted.
Sometimes you don't really have a choice if all your friends and family use Facebook...
No. Really. You do have a choice. Exercising unpopular choices frequently requires a spine.
Re: If you care about user privacy, don’t use Facebook JavaScript SDK
#24Earlier quoted context omitted.
No. Really. You do have a choice. Exercising unpopular choices frequently requires a spine.
Individually, you have a choice. But not using e.g. WhatsApp needs to be a collective decision or it won't work because everybody else is still stuck in there.
Re: If you care about user privacy, don’t use Facebook JavaScript SDK
#25Original article from Dev.to: https://dev.to/simplelogin/if-you-care-about-user-privacy-do... I've recently implemented authentication for my project and I would just like to say to all the relatively amateur programmers out there: for web based authentication just stick with HTTPOnly SECURE cookies with DB backed sessions that you can revoke. The reason I'm saying this is that there's way too many posts talking abou…
Re: If you care about user privacy, don’t use Facebook JavaScript SDK
#26> If you care about user privacy, don’t use Facebook. Fixed that for you...
Re: If you care about user privacy, don’t use Facebook JavaScript SDK
#27Earlier quoted context omitted.
I don't think that storing creds is suitable for newbies either. All authentication is complex and just using HTTPOnly and DB backend is not a solution at all.
Depends on what the project is and also doesn't change the fact that this doesn't happen. Most solo bootstrapped projects are not popular enough initially for someone to spend money / effort to hack them. When they do become somewhat popular though (very small minority of course), I suspect most founders bring experts on board, as they absolutely should. > just using HTTPOnly and DB backend is not a solution at all M…
You have way too much faith my friend. How does bringing an authentication and security expert into your organization make you more money? It doesn't. What people like this tell you change is all cost and only hypothetical benifit. I suspect this doesnt happen anywhere near as much as it should.
Re: If you care about user privacy, don’t use Facebook JavaScript SDK
#28Original article from Dev.to: https://dev.to/simplelogin/if-you-care-about-user-privacy-do... I've recently implemented authentication for my project and I would just like to say to all the relatively amateur programmers out there: for web based authentication just stick with HTTPOnly SECURE cookies with DB backed sessions that you can revoke. The reason I'm saying this is that there's way too many posts talking abou…
Re: If you care about user privacy, don’t use Facebook JavaScript SDK
#29Earlier quoted context omitted.
No. Really. You do have a choice. Exercising unpopular choices frequently requires a spine.
Individually, you have a choice. But not using e.g. WhatsApp needs to be a collective decision or it won't work because everybody else is still stuck in there.
The decision to be the first,... to lead,... to tread without trepidation where others fear to go,... that's what I called growing a spine. "Won't work because everybody else is still stuck in there" is simply an expression of that fear.
Re: If you care about user privacy, don’t use Facebook JavaScript SDK
#30Original article from Dev.to: https://dev.to/simplelogin/if-you-care-about-user-privacy-do... I've recently implemented authentication for my project and I would just like to say to all the relatively amateur programmers out there: for web based authentication just stick with HTTPOnly SECURE cookies with DB backed sessions that you can revoke. The reason I'm saying this is that there's way too many posts talking abou…
This is a bad piece of advice. Two things I don’t ever want to take responsibility for when starting a project are user authentication and payment processing. I think I know best practices for each, but so does everyone who has gotten hacked.