Skip to content

filiptepper/sinatra-oauth-1.0a-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sinatra OAuth 1.0a Example

A simple Sinatra-based example of OAuth 1.0a consumer. If you provide OAuth via oauth-plugin in your Ruby on Rails app make sure that you use a bugfixed version (available in my fork).

Setup

All you need to do is to configure your OAuth provider data

@consumer ||=OAuth::Consumer.new "YOUR-KEY-GOES-HERE", "YOUR-SECRET-GOES-HERE", {
  :site => "YOUR-URL-GOES-HERE.com"
}

That’s it? Yep!

About

An example OAuth 1.0a consumer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages