Sha256: a92d96ad30bafe05e40482111f4394248b850945115efec76f7477aef78be65b

Contents?: true

Size: 809 Bytes

Versions: 9

Compression:

Stored size: 809 Bytes

Contents

# Ruby Plain oAuth Login - Example

A single view that demonstrates the Fidor API OAuth login flow and how to get 
an access token. Uses Sinatra on its server side.

## Usage

This uses bundler to install the required gems:

  cd ruby_oauth_plain
  bundle install
  ruby example.rb
  
  # or run on different port than :4567 provided by WEBrick
  ruby example.rb -p 3004

## Configuration

In case you downloaded this project from the Fidor AppManager, all the
configuration should have already been set up for you. In case you
retrieved this example from another source, you'll need to open the
`example.rb` file and fill in the configuration values at the top of the
file. You will be able to find out the values in the AppManager, create
a new App and use the configuration from the new App's detail page.

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
fidor_starter_kits-0.7.1 starter_kits/ruby_oauth_plain/README.md
fidor_starter_kits-0.7.0 starter_kits/ruby_oauth_plain/README.md
fidor_starter_kits-0.6.0 starter_kits/ruby_oauth_plain/README.md
fidor_starter_kits-0.5.1 starter_kits/ruby_oauth_plain/README.md
fidor_starter_kits-0.5.0 starter_kits/ruby_oauth_plain/README.md
fidor_starter_kits-0.4.0 starter_kits/ruby_oauth_plain/README.md
fidor_starter_kits-0.3.7 starter_kits/ruby_oauth_plain/README.md
fidor_starter_kits-0.3.6 starter_kits/ruby_oauth_plain/README.md
fidor_starter_kits-0.3.5 starter_kits/ruby_oauth_plain/README.md