Skip to content

Instantly share code, notes, and snippets.

@yum45f
Created September 25, 2017 17:49
Show Gist options
  • Save yum45f/5d51d858cbec3239971da8fec7d0f146 to your computer and use it in GitHub Desktop.
Save yum45f/5d51d858cbec3239971da8fec7d0f146 to your computer and use it in GitHub Desktop.
Ruby Sinatra を使ってGoogle認証をする(実験編)
gem 'rake'
gem 'sinatra'
gem 'omniauth-google-oauth2'
gem 'omniauth'
#本当に必要なのはこれだけ?みたいだけど、SQLiteも使うので...
gem "sqlite3"
gem 'sinatra-activerecord'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment