├── Gemfile ├── README.md ├── server.rb └── views ├── index.erb └── profile.erb /Gemfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/OAuth-Ruby-Quickstart/HEAD/Gemfile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/OAuth-Ruby-Quickstart/HEAD/README.md -------------------------------------------------------------------------------- /server.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/OAuth-Ruby-Quickstart/HEAD/server.rb -------------------------------------------------------------------------------- /views/index.erb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/OAuth-Ruby-Quickstart/HEAD/views/index.erb -------------------------------------------------------------------------------- /views/profile.erb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/github/OAuth-Ruby-Quickstart/HEAD/views/profile.erb --------------------------------------------------------------------------------