Skip to content

Feature Request: add display options to client_params #10

@feddgs

Description

@feddgs

Hi!

It would be nice if the gem can support the :display parameter in the client params method, now i have my omniauth-foursquare gem patched in this way:

def client_params
{:client_id => options[:client_id], :redirect_uri => callback_url ,:response_type => "code", :display => options[:display]}
end

The :display is set in the omniauth initializer as :display => 'webpopup' and work great for me.

Thanks for the gem!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions