Show HN: I built a free, simple login service. Would you use this?
21–30 of 110 posts
Re: Show HN: I built a free, simple login service. Would you use this?
#22Re: Show HN: I built a free, simple login service. Would you use this?
#23If my app is small, I'll roll my own or use the free tier from Auth0 or Okta.
If my app gets big, I'll roll my own or pay for Auth0 or Okta.
Like a lot of SAAS ideas, a login service is: too critical to trust with an unknown, already a mature SAAS offering elsewhere, and easy enough to implement yourself if you don't want to pay for it.
Re: Show HN: I built a free, simple login service. Would you use this?
#24Your fee example seems either plain wrong or dishonest. If you use Stripe to handle payments, the fee of using your service must be higher than using Stripe directly. But you claim that Stripe would take 35c, but you only 25c.
Re: Show HN: I built a free, simple login service. Would you use this?
#25Re: Show HN: I built a free, simple login service. Would you use this?
#26First thing I noticed, hovering the big "Get started" button did not change my mouse cursor to a link-pointer. Just a small suggestion :). Edit: Also, after clicking on "Get Started", the first field (email) should be in focus so the user can start typing, without having to move their mouse and click it first. Edit 2: I love the simplicity of this tool. The interface is pretty good (but not yet great). How can I cont…
Re: Show HN: I built a free, simple login service. Would you use this?
#27I'd rather set up login functionality on my own server. If you use a third party service, their downtime becomes your downtime. Worse, you're injecting another company into your relationship with your users. If that were necessary, I'd choose one the customer was already familiar with, like Google, Facebook or Twitter.
Setting up login isn't very difficult and libraries exist for most webdev languages to make it even easier. It's definitely not worth 5% of my revenue.
Re: Show HN: I built a free, simple login service. Would you use this?
#28If I were getting started with logins again, I'd say I could pay you $250 one time just to download all the code, and roll it out on my own systems in minutes. This way I'd have user auth with easiest setup, and no need to reinvent it on my own. Probably.
But, are you just testing things, or is Login.land real? Since your own login system asks for password, instead of email-based auth like you are showing in the screenshots, I suspect that maybe this is just a test :)
Re: Show HN: I built a free, simple login service. Would you use this?
#29Re: Show HN: I built a free, simple login service. Would you use this?
#30No: - for trivial projects, I don’t want them to stop working one day - for more serious services, moving login to a third party is a huge risk. The upside isn’t worth the risk. Even if it did your pricing is way too expensive, but that could be fixed.
Is there a price point at which you would consider using something like this?