diaspora/spec/support/chubbies
2011-06-03 16:24:12 -07:00
..
public Chubbies now sends manifest data to create a client 2011-06-03 16:24:12 -07:00
views Add Chubbies, the oauth sample app, and a cucumber feature for part of an oauth flow 2011-06-03 16:22:38 -07:00
app.rb Chubbies now sends manifest data to create a client 2011-06-03 16:24:12 -07:00
config.ru Add Chubbies, the oauth sample app, and a cucumber feature for part of an oauth flow 2011-06-03 16:22:38 -07:00
Gemfile Chubbies now sees that it has no secret and registers itself. 2011-06-03 16:22:38 -07:00
Gemfile.lock Chubbies now sees that it has no secret and registers itself. 2011-06-03 16:22:38 -07:00
README Add Chubbies, the oauth sample app, and a cucumber feature for part of an oauth flow 2011-06-03 16:22:38 -07:00

This is a (very very) simple OAuth2 client, designed to work with the Diaspora tests.  To get it running, cd to the client folder, then run:

1) bundle install
2) bundle exec rackup

This should start the client on port 9292

Assuming an example server is running (such as the one in examples/rails3-example), visit http://localhost:9292.  To read content from the server you'll be asked to login (tomafro/secret) and then authorize the client.  Finally some very simple content from the server will be shown.