Closed philtr closed 10 years ago
Thanks @philtr, will investigate!
@philtr -- I think I found the culprit. Pushed a beta version for you to test out. Let me know if that fixes your issue.
@jdtornow Didn't fix it. Still getting two requests to my authentication server.
@philtr ok great, send me a link to the repo and I'll test it out until I can fix it :)
@jdtornow I'm currently digging into where it's being called from. I'll let you know what I find out.
@jdtornow Found it. The current_user_session
method will check to see if the parameters provided are a valid session. I was calling it before my sessions#create
action, so really the session was getting created twice on my end.
Thanks for your help on this :+1:
authenticate
is getting called twice. Not sure why.