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

OmniAuth 1.0 released #5

Closed
alphaone opened this issue Nov 3, 2011 · 5 comments
Closed

OmniAuth 1.0 released #5

alphaone opened this issue Nov 3, 2011 · 5 comments

Comments

@alphaone
Copy link

alphaone commented Nov 3, 2011

OmniAuth 1.0 was just released.

So for now you have to change your Gemfile

`gem 'omniauth', '~> 0.3.2'``

Any plans on upgrading omniauth_crowd to work with the newer version?

@robdimarco
Copy link
Owner

I would like to, but don't have a plan/timeline right now for it. I would greatly welcome patches to make it happen.

@robdimarco
Copy link
Owner

I have just released a 2.0.0 version that I have deployed in an app using omniauth 1.0

@alphaone
Copy link
Author

Hi,

I tried to upgrade to omniauth 1.0.0 and omniauth_crowd 2.0.0. With no luck.

I get an NoMethodError for use_ssl=:

Started GET "/auth/crowd/callback" for <ip> at Wed Nov 23 10:15:07 +0100 2011

NoMethodError (undefined method `use_ssl=' for #<Net::HTTP localhost:8095 open=false>):

And a second note: is it correct that omniauth_crowd 2.0.0 still requires oa-core which is still verion 0.3.2?

@robdimarco robdimarco reopened this Nov 23, 2011
@robdimarco
Copy link
Owner

Commit 45a8a70 fixes the ssl issue, there was a missing require. You can either update to the latest version of the gem or just put a
require net/https
in your code.

@alphaone
Copy link
Author

Thank you very much. Works like charm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants