CodeForBoulder / c3po

Also known as "Building Boulder" - A boulder building permit 2-way conversation project
http://52.207.227.129:3333/
6 stars 9 forks source link

Login/Profile #2

Closed cellisco closed 7 years ago

cellisco commented 9 years ago

Create the profile "schema" Identify minimum required attributes Create simple crud page

ximsce commented 9 years ago

Login Creds: facebook, twitter, or email linked to screenname Optional attributes: address, sms, notification radius

lmnleaf commented 9 years ago

Waiting for Facebook credentials. Tutorials for setting up Facebook login in Rails app: http://railscasts.com/episodes/360-facebook-authentication?view=asciicast and http://agelber.com/blog/adding-facebook-auth-to-rails/

ximsce commented 9 years ago

We can create a facebook page with the email address c3po@codeforboulder.org

ximsce commented 9 years ago

I tried out the 'devise' module for profile management. It seemed pretty open ended and configurable. I recommend it unless someone else knows of a better one.

ManUnderhill commented 8 years ago

Created FB login using one line in html and a couple css lines for alignment. (Meteor branch)

wheresmypen commented 7 years ago

Seems deprecated to me.