Tagged Questions
2
votes
0answers
78 views
How to test user features using Authlogic_RPX and Steak?
I'm trying to test features of my Rails 3 app for which a user should be signed in.
I use authlogic_rpx for authenticating users through Facebook and Twitter, but I don't want to test that process. ...
1
vote
2answers
402 views
How to disable logout on timeout with Authlogic?
I'm running a Rails web app where the authentication system is based on Authlogic and tardate's authlogic_rpx.
The first one handles everything about sessions, the second one does the mapping with ...
1
vote
1answer
446 views
How to set up RPX widget and facebook app to be able to authenticate with rpx_now?
Using the sample app for rpx_now gem ( http://github.com/grosser/rpx_now_example) on localhost:3000, I have successfully logged in via Google Accounts, myOpenID, Yahoo, but cannot make it via ...
1
vote
2answers
681 views
RPXnow Facebook Connect - Use and Level of support?
I am using RPXnow.com authentication solution for a rails app and am now at the point of wanting to develop Facebook integration features using Facebook Connect and the client api. What I am unclear ...
0
votes
0answers
15 views
Authlogic_rpx gem not merging accounts
Goal: Have user sign in with janrain service using the authlogic_rpx gem, but merge the user account in my database if email or password is found to already exist in my database.
I've recently ...
0
votes
1answer
40 views
Janrain Engage not working in Safari brower
I've got it working in all other browsers tested -- Mac Chrome & Firefox, but it fails in Safari. Here is the current source: http://eventchampion.heroku.com
<!DOCTYPE html>
<html ...
0
votes
1answer
81 views
How to skip email confirmation for users who uses Devise rpx conecteable
I am working on a mini project and i dont know how to skip email confirmation for users who uses devise_rpx_connectable_to sign in, Every time i try to sign in using this services it sends email ...
0
votes
0answers
25 views
authlogic_rpx gem saves User even when it doesn't pass its validations
I've been having an issue with authlogic_rpx. My user model has a validation that should force it to only accept unique emails:
acts_as_authentic do |c|
...
0
votes
1answer
124 views
SSL Error while using rpxnow
I am using RPX for OpenID Authentication. I am getting the following error. It happens only in windows. It works perfectly in Mac. Can someone please guide me to solve this error.
...
0
votes
2answers
162 views
Trouble with authlogic_rpx
I'm trying to run http://github.com/tardate/rails-authlogic-rpx-sample (only rails version was changed) but get error message http://gist.github.com/385696, when RPX returns information after ...