Skip to content

pi-chan/multi-oauth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

multi-oauth

OAuth sample app.

How to run

  • clone this repo.
  • $ bundle install
  • create config/application.yml (see below)
  • $ rails server
  • open http://localhost:3000

application.yml

Get consumer keys and secrets.

development:
  HATENA_CONSUMER_KEY: YOUR_HATENA_KEY
  HATENA_CONSUMER_SECRET: YOUR_HATENA_SECRET
  TWITTER_CONSUMER_KEY: YOUR_TWITTER_KEY
  TWITTER_CONSUMER_SECRET: YOUR_TWITTER_SECRET
  GITHUB_CONSUMER_KEY: YOUR_GITHUB_KEY
  GITHUB_CONSUMER_SECRET: YOUR_GITHUB_SECRET

About

sample Rails app connecting multiple oauth services

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published