Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 933 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 933 Bytes

##Why When I tried to build a github omniauth login, I constantly saw the some outdated authenticate and omniauth example. https://github.com/pt/devise-omniauth-example.git https://github.com/holden/devise-omniauth-example.git So, I would like to build an example with the latest rails and authenticate without devise. (Probably add devise version later) ##What This project will simply show how to use omniauth login github, currently rails 3.2

##How to use

bundle
bundle exec rake db:migrate
rails s

Demonstration of usage

http://github-ominiauth.herokuapp.com

Feedback

Anything you found, just let me know.

References