As someone who uses Django which has user management out of the box, why would I use a service like this?
Show HN: Clerk – all of user management as-a-service, not just authentication
21–30 of 234 posts
Re: Show HN: Clerk – all of user management as-a-service, not just authentication
#22As someone who uses Django which has user management out of the box, why would I use a service like this?
Re: Show HN: Clerk – all of user management as-a-service, not just authentication
#23For potential users in Europe, is there any documentation on GDPR-related questions somewhere?
Re: Show HN: Clerk – all of user management as-a-service, not just authentication
#24Re: Show HN: Clerk – all of user management as-a-service, not just authentication
#25I'm even hesitant to trust Auth0 for this, why would I trust a new company?
This is my question as well. It's an honest question and hopefully someone can educate me. Why would anyone trust a third party with what is the most important asset, their users? Thank you in advance.
A similar question that was asked only a few (10?) years ago, was "why would I trust a third party with my credit card data?" And now it's something that people don't think twice about, because of all the regulatory challenges around storing credit cards, and how bad a breach is.
We see auth, and more generically, basic user data, as a corollary to that. With User Data regulations popping up in different countries (GDPR/CCPA), in the next 5-10yrs, we think it will become pretty common place to use a service to offload some of these gnarly responsibilities.
Re: Show HN: Clerk – all of user management as-a-service, not just authentication
#26I'm even hesitant to trust Auth0 for this, why would I trust a new company?
This is my question as well. It's an honest question and hopefully someone can educate me. Why would anyone trust a third party with what is the most important asset, their users? Thank you in advance.
Re: Show HN: Clerk – all of user management as-a-service, not just authentication
#27As someone who uses Django which has user management out of the box, why would I use a service like this?
On the other hand, looking at node.js it's really a dumpster fire[1]. Even when using passport, you are still back to writing the code to compare passwords at which point so much can go wrong. So there's a lot of scope for hosted services. This of course compounds the problem because those service providers are GREAT at SEO and content marketing, so now a lot of Google hits on nodejs auth end up recommending Auth0 &friends.
[1] https://medium.com/hackernoon/your-node-js-authentication-tu...
Re: Show HN: Clerk – all of user management as-a-service, not just authentication
#28For potential users in Europe, is there any documentation on GDPR-related questions somewhere?
Downvoted? Why? When user-related information is outsourced, the GDPR is absolutely relevant. Even the Google(!) screenshot on the landing page shows "Privacy and personalization" as the first item, that goes to show...
We would love to make it so developers don't need to think about, or make it easy to think about, GDPR and CCPA, and any future regulations that come up.
Re: Show HN: Clerk – all of user management as-a-service, not just authentication
#29As someone who uses Django which has user management out of the box, why would I use a service like this?
Re: Show HN: Clerk – all of user management as-a-service, not just authentication
#30I'm even hesitant to trust Auth0 for this, why would I trust a new company?
This is my question as well. It's an honest question and hopefully someone can educate me. Why would anyone trust a third party with what is the most important asset, their users? Thank you in advance.
There's also an argument to be made that companies like this could (certainly not guaranteed) employ security experts and have better implementations (through libraries) as a result. Those implementations could (if updated appropriately), yield a more secure auth solution. In that regard, going with a third party, who has expertise, could be "better".
Also, unless you're going to host your database that stores user data on prem, you're likely trusting a cloud with it.
If I missed the point of your question I'm sorry. Did my best to answer. I have no relation to any of these services, other than I've used some at times throughout my career.