rubycas / rubycas-client

Ruby client for Yale's Central Authentication Service protocol -- an open source enterprise single sign on system for web applications.
http://code.google.com/p/rubycas-client/
Other
332 stars 217 forks source link

Fix bug #42 where we are unable to programmatically authenticate #50

Closed bradseefeld closed 12 years ago

bradseefeld commented 12 years ago

The HTTPSeeOther is the response status that is emitted from the server on successful authentication.

travisbot commented 12 years ago

This pull request passes (merged 1308deba into 23fd4db5).

soupmatt commented 12 years ago

Any change needs to be backwards compatible and still support the existing options.

bradseefeld commented 12 years ago

Latest commit supports checks for backwards compatibility.