You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the consensus here is to use Twitter OAuth. To keep things easy, I suggest we go with Devise with Twitter Omniauth. I've built a user auth system that works with both before and it's not bad.
-users can login via twitter
-users are created and saved to db
-users can create a product page and be considered a buyer (maybe by a boolean value in the user object)
The text was updated successfully, but these errors were encountered:
Overview
I think the consensus here is to use Twitter OAuth. To keep things easy, I suggest we go with Devise with Twitter Omniauth. I've built a user auth system that works with both before and it's not bad.
Tools
Devise
Twitter Omniauth
Omniauth Example
Acceptance Criteria
-users can login via twitter
-users are created and saved to db
-users can create a product page and be considered a buyer (maybe by a boolean value in the user object)
The text was updated successfully, but these errors were encountered: