diaspora/spec/chubbies
2012-03-27 17:54:27 -07:00
..
public Chubbies no longer saves diaspora_handle from the browser 2011-06-06 15:42:58 -07:00
views Sign out the signed in user if a different uid is passed to AuthorizationsController#new 2011-08-23 16:37:50 -07:00
app.rb fix chubbies by expliciting setting the view path 2012-03-27 17:54:27 -07:00
chubbies.private.pem Fix authorizations controller and app_config specs, require 2048 bit keys. We're now using config/application.yml.example in the test env. 2011-06-23 14:20:53 -07:00
chubbies.public.pem Fix authorizations controller and app_config specs, require 2048 bit keys. We're now using config/application.yml.example in the test env. 2011-06-23 14:20:53 -07:00
config.ru config in chubbies and blank public key check ms iz 2011-06-14 17:34:27 -07:00
Gemfile I seriously think that this commit is going to fix CI. SRSLY. 2011-06-29 15:34:45 -07:00
Gemfile.lock I seriously think that this commit is going to fix CI. SRSLY. 2011-06-29 15:34:45 -07:00
README Chubbies no longer saves diaspora_handle from the browser 2011-06-06 15:42:58 -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.