Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Controller mixins, views, and view helpers to simplify the process of integrating a Rails application with Stanford's Webauth System.

Notifications You must be signed in to change notification settings

mediashelf/stanford_webauth_integration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stanford-webauth-integration Plugin

Controller mixins, views, and view helpers to simplify the process of integrating a Rails application with Stanford’s Webauth System.

Example
===

Include StanfordWebauthIntegration::ControllerMethods in your controller(s). This will override the set_current_user method.

class ApplicationController < ActionController::Base
  
  include StanfordWebauthIntegration::ControllerMethods
  
  filter_parameter_logging :password, :password_confirmation  
  helper_method :set_current_user
  
  helper :all

end

Copyright © 2010 Stanford University, released under the Apache 2 License

About

Controller mixins, views, and view helpers to simplify the process of integrating a Rails application with Stanford's Webauth System.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages