README.rdoc in authpds-nyu-0.1.2 vs README.rdoc in authpds-nyu-0.1.3
- old
+ new
@@ -21,11 +21,11 @@
c.disable_perishable_token_maintenance = true
end
end
=== Generate UserSession model
- $ rails generate authlogic:session user_session
+ $ rails generate authlogic:session UserSession
=== Configure UserSession with Authpds options
class UserSession < Authlogic::Session::Base
pds_url "https://login.library.nyu.edu"
redirect_logout_url "http://bobcat.library.nyu.edu"
@@ -59,5 +59,7 @@
:opensso_url:: Base OpenSSO url (https://login.nyu.edu:443/sso)
:aleph_url:: Aleph url (http://aleph.library.nyu.edu)
:aleph_default_adm:: Aleph default ADM (NYU50)
:aleph_default_sublibrary:: Aleph default sublibrary (BOBST)
+
+== Build Status {<img src="https://secure.travis-ci.org/scotdalton/authpds-nyu.png"/>}[http://travis-ci.org/scotdalton/authpds-nyu]