Getting “Error: redirect_uri_mismatch” with google_oauth2

后端 未结 5 2007
孤街浪徒
孤街浪徒 2021-02-04 05:04

The URL\'s seem right (Last updated them yesterday):

\"enter

The files too:

<
5条回答
  •  借酒劲吻你
    2021-02-04 05:18

    enter image description here

    foo

    vi config/initializers/omniauth.rb OmniAuth.config.full_host = 'https://localhost:3000' Rails.application.config.middleware.use OmniAuth::Builder do provider :google_oauth2, 'google_client_id', 'google_client_secret' end

提交回复
热议问题