authlogic-connect-example icon indicating copy to clipboard operation
authlogic-connect-example copied to clipboard

undefined method `returning' for #<UserSession: no credentials provided>

Open apneadiving opened this issue 15 years ago • 2 comments

Hi,

I just tried to change rails 3 beta4 to rails 3 rc in the gemfile. After clicking on any of the oauth links, i get: undefined method `returning' for #<UserSession: no credentials provided>

How could I fix this please?

apneadiving avatar Aug 15 '10 15:08 apneadiving

I'm not the author, but from looking at the .gitignore and source I believe the config variables (config/authlogic.yml) are not being respected when deployed to Heroku. Instead, you should set these variable via heroku config:add (see http://docs.heroku.com/config-vars).

jinyk avatar Dec 27 '10 14:12 jinyk

Thanks a lot man :)

apneadiving avatar Jan 30 '11 17:01 apneadiving