README.rdoc in shibboleth_auth-0.3.0 vs README.rdoc in shibboleth_auth-0.3.1

- old
+ new

@@ -8,20 +8,21 @@ 1. Add ShibbolethAuth to your Gemfile: gem "shibboleth_auth" 2. Generate views and initializer: rails g shibboleth_auth:install 3. Modify your routes: - Radius::Application.routes.draw do + YourApplication::Application.routes.draw do ... shibboleth_routes ... end 4. Add a current_user method to your ApplicationController def current_user @current_user ||= ShibbolethAuth::ShibbolethUser.new(session[:shibboleth_debug_env] || request.env) end +5. You can now access username, common_name, groups and == ToDos * Write Cucumber features * Write RSpecs == Note on Patches/Pull Requests