Skip to content

Commit

Permalink
Allow get requests for Omniauth
Browse files Browse the repository at this point in the history
  • Loading branch information
mbiang committed Sep 9, 2021
1 parent c1eafaa commit 1917936
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/initializers/omniauth.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@

# Use the Rails logger
OmniAuth.config.logger = Rails.logger
OmniAuth.config.allowed_request_methods = [:post, :get]

0 comments on commit 1917936

Please sign in to comment.