Skip to content

Commit

Permalink
Merge pull request huginn#3469 from huginn/omniauth_methods
Browse files Browse the repository at this point in the history
Allow the GET method for OmniAuth
  • Loading branch information
knu authored Nov 18, 2024
2 parents 339ff1e + ee3a0e4 commit aa56efd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/initializers/devise.rb
Original file line number Diff line number Diff line change
Expand Up @@ -304,4 +304,5 @@
config.omniauth_path_prefix = "/auth"

OmniAuth.config.logger = Rails.logger
OmniAuth.config.allowed_request_methods = [:post, :get]
end

0 comments on commit aa56efd

Please sign in to comment.