Tagged Questions
1
vote
3answers
814 views
Using Javascript OpenID Selector with Rails
Based on this article, it seems like SO is using Javascript OpenID Selector (JOIS) to handle OpenID logins in its "view".
I love the simple interface and I would like to use it in a Rails project.
...
0
votes
3answers
167 views
OmniAuth for facebook
I am trying to use this railscast episode to provide authentication via twitter http://railscasts.com/episodes/235-omniauth-part-1
I'm wondering whether it is possible to use omni auth to login with ...
0
votes
2answers
115 views
Where to find good tutorials on Ruby on Rails' Restful Authentication?
I need to add a generic log in system JanRain (similar to OpenID Selector) to a Rails 2 project which is using RESTful Authentication, and it was a little bit like chasing a wild goose, because I knew ...
0
votes
1answer
214 views
Authlogic OpenID: Fetching E-Mail from Provider
This is a really weird problem: I have set up the authlogic_openid_selector_example app. When i register, the email id is not returned by the openid provider the first time. But if i delete the ...