Dingding Ye
Dingding Ye
不知道啊,我刚打开电梯,之前没打开过...
ML / Chrome 29
Any thoughts on this PR? Thanks.
@ttdonovan Thank you for the info. Can you attach your whole Gemfile.lock, I'll take a dig. Thank you.
You want the user signed out from the Google account?
Do you have multiple google accounts signed in?
Ah. The rails is detecting the CSRF attack and if the post request doesn't contain the token, will reset all the session data.
You can check the log. Maybe it's GET request instead of POST request for omniauth-facebook. However, I'm not sure. Glad you figured it out.
Copy from #6 by @tomjoro. ###### Add this to your Gemfile, and run bundle install (needs permissions). ``` ruby gem "ruby-openid", :git => "git://github.com/kendagriff/ruby-openid.git", :ref => "79beaa419d4754e787757f2545331509419e222e" ``` If you...
You can setup your own form which validate user input. Just set the form action to '/auth/google_apps'.