decioferreira / omniauth-linkedin-oauth2

A LinkedIn OAuth2 strategy for OmniAuth.
MIT License
117 stars 147 forks source link

Added callback_url option #27

Closed gawin closed 8 years ago

gawin commented 9 years ago

Added the OmniAuth callback_url option to specify a specific URL. In my use case I needed to specify a different callback url and different schema (https instead of http).

Also resolves issue #26

gawin commented 9 years ago

@decioferreira any update on this merge request?

decioferreira commented 9 years ago

I haven't had much time to look into the pull requests. Could you please create a test for this feature?

zzet commented 8 years ago

@decioferreira Any progress with this issue?

gawin commented 8 years ago

Code works and resolves the issue for me. Unfortunately I don't have the time to write tests.

decioferreira commented 8 years ago

thanks!