Created
April 10, 2014 03:28
-
-
Save shoyan/10340319 to your computer and use it in GitHub Desktop.
[Rails]外部の認証機構よりcallbackしたときにCSRFのチェックにひっかかってしまう問題への対処法
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 外部の認証機構よりcallbackしたときにCSRFのチェックにひっかかってしまう問題への対処法 | |
skip_before_filter :verify_authenticity_token, only: [ :callback ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment