Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v2.0.1 #15

Open
wants to merge 25 commits into
base: master
Choose a base branch
from

Conversation

redconfetti
Copy link

dlindahl and others added 25 commits November 18, 2023 01:31
(Travis doesn't have Ruby 2.3 yet)
- Drop unsupported Rubies
- Add Ruby 2.3.1 (Travis/RVM needs an exact version for 2.3 for some
  reason)
Forwards the XML response received from CASAuth to the fetch_raw_info
callback, which now accepts five arguments (cas, options, ticket, user
info, and the raw response). Developers who override fetch_raw_info with
a Proc are unaffected -- the new argument is silently discarded -- but
developers who use a Lambda will need to update their code.
Also uses https where possible
Response body in Rack 2 is returned as an array instead of a
`Rack::BodyProxy` object. This change allows specs to succeed with both
Rack 1.x and 2.x versions.
Also improves Travis CI configuration by specifying `dist`, `os`, and
`language` parameters
OmniAuth v2 converts all GET requests to POST requests by default
with CSRF protection.

Closes dlindahl#62
…ator. Adds #success_body loading in OmniAuth::Strategies::CAS::SamlTicketValidator
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

7 participants