Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Users & user profile #2

Open
kathgironpe opened this issue Oct 5, 2012 · 4 comments
Open

Users & user profile #2

kathgironpe opened this issue Oct 5, 2012 · 4 comments
Assignees
Labels
Milestone

Comments

@kathgironpe
Copy link

Create users table and profile table.

User has one profile

User fields:
username, name, email, password, password_confirmation

User HABTM roles
add role model

Profile:
user_id, github_username, twitter, facebook, bio (text), location (same way github or twitter works. they can enter anything like "Planet of the Apes")

Create account route and update user controlller

@ghost ghost assigned terenceponce Oct 5, 2012
@kathgironpe
Copy link
Author

@terenceponce can you use either cancan or declative authorization for role-based authorization? Thanks.

@terenceponce
Copy link
Member

Sure. Shall we implement OAuth authentication?

@kathgironpe
Copy link
Author

@terenceponce No need. We don't need their social media data and they can sign up the difficult way. I will finish the post aggregator today.

@terenceponce
Copy link
Member

Oh okay.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants