Earlier quoted context omitted.
I definitely don't think it's /useless/, but I wouldn't use it. Someone out there wants a dead simple login solution that they can get running with a handful of lines of code. That being said, if this was /self hostable/, I'd see myself using it on a few projects.
Off-topic side remark HN ‘markup’ diversity is always a joy for the punctuation mark enthusiast. \Hooray for markup/
Show HN: I built a free, simple login service. Would you use this?
81–90 of 110 posts
Re: Show HN: I built a free, simple login service. Would you use this?
#82Google signin is used because of Chrome/Android(Or browsers in general because of Google account which many people have it atleast because of Gmail).
Apple ID( their login ) is useful because of Apple ecosystem which constitutes IOS,MacOS,etc.
So,there is no appealing reason to use your product. What if it is down in future? Also,it's closed source and not federated.
I am interested in federated login system(Probably OpenID based?)
Think it like a single self hosted login system for all Gitea(which may happen in future)/Gitlab instances or federated open sourced self hosted(or company hosted) alternative to Google signin , speaking common protocol.
Re: Show HN: I built a free, simple login service. Would you use this?
#83My first thought when I was going through the page: HN will not see much value in this given it's a highly technical crowd. I urge you NOT to get discouraged, and to chat with non-technical online small business builders: you'd find many who market primarily on Instagram, who are just figuring out how to get a nice website for their brand. I see a lot of value if you position your service as a way for them to offer a…
Okta and Auth0 and Cognito are big established competitors but their products are complicated. If you've never done auth before it's not easy to figure out which of the many approaches and examples those services offer is the right one to use, and it's a big job to puzzle through and get them to work.
Handle the 80% case incredibly well with an incredibly simple tutorial. Leave everything that won't fit into the incredibly simple tutorial for later.
Re: Show HN: I built a free, simple login service. Would you use this?
#84Re: Show HN: I built a free, simple login service. Would you use this?
#85Earlier quoted context omitted.
I definitely don't think it's /useless/, but I wouldn't use it. Someone out there wants a dead simple login solution that they can get running with a handful of lines of code. That being said, if this was /self hostable/, I'd see myself using it on a few projects.
Off-topic side remark HN ‘markup’ diversity is always a joy for the punctuation mark enthusiast. \Hooray for markup/
Re: Show HN: I built a free, simple login service. Would you use this?
#86Devise is pretty simple to set up.
Re: Show HN: I built a free, simple login service. Would you use this?
#87It's a fun project, and kudos for shipping something at all! My honest feedback: There are already a host of services that do authentication, and a host of services that do payment and subscription management, and the leaders in each of those spaces are actually quite good. Loginland currently sits in the middle - it's not the best authentication system, nor is it the best payment system. It's just a little bit of bo…
I totally agree with you that it feels like this product currently sits in a weird mushy middle – not a great fit for coders on HN, and not differentiated enough in the crowded no-code-storefront space.
I’ll keep iterating!
Re: Show HN: I built a free, simple login service. Would you use this?
#88Re: Show HN: I built a free, simple login service. Would you use this?
#89will you be there in 10 years?
Re: Show HN: I built a free, simple login service. Would you use this?
#90Earlier quoted context omitted.
Login management should be built into the browsers instead. Imagine a UI where you go to log in and instead of a text/email field for login and a password field you get a drop down with a list of your personas that you’ve created with the option of adding a new one. Under the hood it would use a public/private key pair to authenticate you with the site. Browsers could implement a service that backs up your personas a…
That sounds very much like the goals of Mozilla's Persona service. While it required a separate service and some JavaScript, the idea was that it could be supported natively by browsers in the long run. Unfortunately, it was shut down in 2016 due to lack of interest. (Coincidentally, I just spent this past week hacking on its source code.)