Hacker News new | ask | show | jobs
by KiwiCoder 4480 days ago
I've been playing with a similar idea - http://appworthy.co

One thing I've done on my site is abandon passwords. Authentication is by email (if you can receive a link you can "sign in" once with it - thereafter cookies).

This avoids the need to ask for permission (to tweet for me? really?) up front. Users can start reading and posting without giving up anything but their email.

This is not a new idea, but I think it works well to minimise barriers for potential contributors.

1 comments

Congrats for appworthy. I didn't know about it.

Your auth is pretty clever to minimize the barrier to entry.

Yet, I thought Twitter could be an interesting channel for my app and decided to build my website on top of it.