binarylogic/authlogic_example

RPX_APP_NAME problem

triptec opened this issue · 0 comments

I'm on ubuntu 9.10
after
export RPX_API_KEY='xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
export RPX_APP_NAME='my-little-app'
I couldn't login with my google account. But changing RPX_APP_NAME to ENV['RPX_APP_NAME'] in the calls to rpx_popup and rpx_embed in the views they are used fixed the problem.