bay6 / omniauth-github-example

simple demo Rails 3.2 work with oauth and github login

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

##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

About

simple demo Rails 3.2 work with oauth and github login


Languages

Language:Ruby 90.7%Language:CSS 4.3%Language:JavaScript 2.8%Language:CoffeeScript 2.2%