ForestJay / VoteSquared

Repository for Vote Squared platform's code base.
MIT License
4 stars 0 forks source link

Add user resource #15

Closed ForestJay closed 10 years ago

ForestJay commented 10 years ago

As a reader, I want to see who made the last edit. As an administrator, I want to be able to be able to audit user activity.

This was originally planned as part of issue #1, but the extra work would have delayed release. I don't want users to have to remember additional login information so this should integrate with Google+. Here is a potential guide to use: http://www.devinyoungweb.com/blog/google-plus-sign-in-with-ruby-on-rails/

ForestJay commented 10 years ago

Another useful site: http://stackoverflow.com/questions/19628905/rails-with-google-plus

ForestJay commented 10 years ago

And another: http://richonrails.com/articles/google-authentication-in-ruby-on-rails

ForestJay commented 10 years ago

Facebook might be a simple alternative (and has more users): https://github.com/plataformatec/devise/wiki/OmniAuth:-Overview

ForestJay commented 10 years ago

Example of sign-in and sign-out HTML erb code : https://github.com/plataformatec/devise/wiki/How-To:-Add-sign_in,-sign_out,-and-sign_up-links-to-your-layout-template

ForestJay commented 10 years ago

This is LIVE and working!