diaspora/spec/chubbies
2011-06-14 18:30:43 -07:00
..
public
views Chubbies now uses diaspora-client 2011-06-09 12:40:30 -07:00
app.rb added the public key to the manifest 2011-06-14 18:21:57 -07:00
chubbies.private.pem WIP verifying sig in the pre-registration endpoint 2011-06-13 22:57:56 -07:00
chubbies.public.pem WIP verifying sig in the pre-registration endpoint 2011-06-13 22:57:56 -07:00
config.ru config in chubbies and blank public key check ms iz 2011-06-14 17:34:27 -07:00
Gemfile cucumber specs are green 2011-06-14 15:36:05 -07:00
Gemfile.lock green on all the cucumbers WOOT 2011-06-14 18:30:43 -07:00
README

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.