We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85d24a4 commit e87cee5Copy full SHA for e87cee5
1 file changed
app/controllers/open_conference_ware/authentications_controller.rb
@@ -2,6 +2,9 @@ module OpenConferenceWare
2
class AuthenticationsController < ApplicationController
3
before_filter :require_auth_hash, only: [:create]
4
5
+ # We need to accept a raw POST from an OmniAuth provider with no authenticity token.
6
+ skip_before_filter :verify_authenticity_token, :only => :create
7
+
8
def sign_in
9
page_title "Sign In"
10
end
0 commit comments