authlogic_example
authlogic_example copied to clipboard
RPX_APP_NAME problem
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.