devise_openid_authenticatable
devise_openid_authenticatable copied to clipboard
OpenID authentication for Devise
This hasn't been updated in over 5 years. Is this still being maintained? If not, could you refer me to a maintained repo?
I am working on Rails 5.1 application. Getting error when trying to add `devise_openid_authenticatable` to my `Gemfile`: ``` backend_1 | [1] ! Unable to load application: NoMethodError: undefined method `alias_method_chain'...
We should fix the deprecation warnings in Rails 5. ``` ruby DEPRECATION WARNING: alias_method_chain is deprecated. Please, use Module#prepend instead. From module, you can access the original method using super....
> For discussion not approval/merge. Please share your thoughts I've started using this openid module in conjunction with existing database_authenticatable users in my app. I looked at the wiki doc...
For instance: NoMethodError in Devise::SessionsController#create undefined method `match' for ["http://foo.openid.ne", "jp"]:Array Entering just a comma for the identifier also causes an error. It would be nice to render a flash...