OpenID authentication in Ruby on Rails

2019-02-01 20:12发布

I am a neophyte with Ruby on Rails but I've created a couple of small apps. Anyway, I'm really interested in OpenID and I would like to implement OpenID authentication and maybe some Sreg stuff in a Rails app. All of the research that I have done has come up with articles that are out of date or just don't work for me. Since I'm so new to Rails I'm having difficulty debugging the issues so...

What is the best way to implement OpenId in Rails?

5条回答
beautiful°
2楼-- · 2019-02-01 20:45

I've been working on GlitterGallery. I remember struggling with old docs and had blogged about the route I took to make OpenID login work. You might be interested to look it up here. I'm not sure if there's anything better available now, but I'll be coming back and I'll update the post accordingly; cheers!

查看更多
我命由我不由天
4楼-- · 2019-02-01 20:57

There is now a community wiki for this question: OpenID support for Ruby on Rails application

查看更多
戒情不戒烟
5楼-- · 2019-02-01 20:59

Have you watched Ryan Bates' excellent Railscast on OpenID Authentication?

查看更多
太酷不给撩
6楼-- · 2019-02-01 21:07

Check out this:

http://github.com/shripadk/authlogic_openid_selector_example

A complete app using authlogic-openid with jquery selector and auto-registration. Cheers :)

查看更多
登录 后发表回答