Hacker News new | ask | show | jobs
by onion2k 1967 days ago
I quite admire anyone who's willing to take on the challenge of creating a website with user generated content these days. That is a box even Pandora would hesitate to open.

Also, it seems a bit odd that a site that claims to be for 'GitHub fans' doesn't use Github's OAuth provider for account creation...

2 comments

> a bit odd that a site that claims to be for 'GitHub fans' doesn't use Github's OAuth provider for account creation

I think the idea of an MVP is to create something that works, not something with all the bells and whistles

If the idea is to make an MVP then GitHub auth would have been less work. Creating a registration and login system is far more work than implementing a basic OAuth flow, especially if you can use something like Auth0.
> Creating a registration and login system is far more work than implementing a basic OAuth flow

If you're using Rails it's just one gem and some bootstrap signup forms. I guess it also depends on the experience and skills of the developer.

Thanks a lot. I was planning to add Github's OAuth today.
For the "visit project" link, it messes up the format on mobile. I'd suggest just using the icon and dropping the text on small screens, and possibly moving it from the bottom of the card to the top right.