]> git.openstreetmap.org Git - rails.git/commitdiff
Require multi_json for windowslive logins
authorTom Hughes <tom@compton.nu>
Sun, 16 Oct 2022 18:28:37 +0000 (19:28 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 16 Oct 2022 18:28:37 +0000 (19:28 +0100)
The windowslive omniauth plugin needs multi_json but doesn't require
it and the omniauth core is no longer doing so.

config/initializers/omniauth.rb

index dd69aba8348190bf02b2da556d960f269b9e0f5f..5ca4ccffa8d6dcde54f557d82ffa1612663f04e1 100644 (file)
@@ -1,3 +1,4 @@
+require "multi_json"
 require "openid/fetchers"
 require "openid/util"