We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31fa05e commit 188464aCopy full SHA for 188464a
app/controllers/ombu_labs/auth/callbacks_controller.rb
@@ -3,7 +3,7 @@
3
module OmbuLabs
4
module Auth
5
class CallbacksController < Devise::OmniauthCallbacksController
6
- skip_before_action :verify_authenticity_token
+ skip_before_action :verify_authenticity_token, only: :developer
7
8
def github
9
username = request.env["omniauth.auth"]["extra"]["raw_info"]["login"]
0 commit comments