Live data from Hacker News

Magic – Completes signup forms automatically, with just an email address

magicsignup.com

61–70 of 77 posts

Re: Magic – Completes signup forms automatically, with just an email address

#61
post #51

Nice start, but perhaps Magic can also suggest the user's password by searching for their email address in a database of known password leaks.

Best feature suggestion ever. But what would be cool is to do that, but instead of pre-fill in their password, notify them that they are using a password that is known to have been a previously leaked password of theirs.

I made something like that for Angular email textboxes: https://github.com/bradcavanagh/angular-pwned

Re: Magic – Completes signup forms automatically, with just an email address

#62
I have no problem with this, but it doesn't work very well for me.

Tried about eight of my email addresses. School and work ones did nothing, and neither did my Outlook.com account, or Yahoo.com.

For Gmail addresses it just pulled the name from my Google+ account for the one that had it, and failed on all the rest.

Not super impressive IMO. Especially considering all my email addresses are some variation on firstname.lastname or flastname.

Re: Magic – Completes signup forms automatically, with just an email address

#63
post #48

Why would you use this instead of login with Facebook/Google/Twitter/etc., which only requires two clicks from most users and actually has better privacy implication since the user knows which data you can access? Or maybe the goal of the service is for web sites to surreptitiously get more data from users who are otherwise unwilling to provide it, but are somehow willing to provide an e-mail address tied to their re…

One advantage from the dev side is not having to deal with the OAuth integration, Facebook permissions, tokens expiring, etc.

Re: Magic – Completes signup forms automatically, with just an email address

#64
post #48

Why would you use this instead of login with Facebook/Google/Twitter/etc., which only requires two clicks from most users and actually has better privacy implication since the user knows which data you can access? Or maybe the goal of the service is for web sites to surreptitiously get more data from users who are otherwise unwilling to provide it, but are somehow willing to provide an e-mail address tied to their re…

That assumes the user is logged in to Facebook / Google / Twitter. That's a safe assumption on desktop, but not on mobile.

We saw much higher FB auth rates on desktop web than mobile—bad enough that we may forego Facebook login on mobile web entirely.

Re: Magic – Completes signup forms automatically, with just an email address

#66
post #13

On the plus side - The convenience factor is compelling, like auto-complete. - As a v1 you can see the true magic in a seamless signup. On the downside: - It does something unusual / unexpected / creepy. - It's too slow - noticeable lag vs. say the auto-suggest in search. - If accuracy is good why bother exposing that to the user? Intercom.io does this all in the backend off of email only registrations and seems to h…

> If accuracy is good why bother exposing that to the user? That's a great point. A prior startup I worked at used a nice social referral tool, whose name slips my mind right now, but their backend would asynchronously pull Facebook, Twitter, etc. links for each of your customers. It was really convenient and worked for 80-90% from what I recall.

Mailchimp does something like this.

Re: Magic – Completes signup forms automatically, with just an email address

#67
post #52
post #12

Earlier quoted context omitted.

Probably a caching layer on their side.

Sounds like a TOS violation

From https://clearbit.com/pricing:

> How long can I retain the data?

> Forever! We have a very liberal data licensing policy.

Re: Magic – Completes signup forms automatically, with just an email address

#68
post #47

So now I can find out the first and last name of the owner of whatever email I punch in there?

Somewhat. Either it's rate limited or their servers are overwhelmed right now. I'm getting some weird errors thrown back like status code 422.

Re: Magic – Completes signup forms automatically, with just an email address

#69

I don't understand what's the value of exposing this autofilled data to the user. Why not just do it on the server-side?

Going out on a limb here, but what if this really a data training layer on top of Clearbit? Maybe they sell the human validated data back to Clearbit or downstream?

Re: Magic – Completes signup forms automatically, with just an email address

#70

I wonder if a new way to do signups would be just an emailto: link that you click and send. From there it automatically logs you in and sends you a password.

Like Magic Links in Slack. That's a great idea.

http://www.sandpaper.io/post/134762619566/slack-magic-link

Post reply on HN