Murray Summers
Murray Summers
## Issue When using the `set :http_prefix, "/deploy-test"` configuration and the `directory_indexes` extension the path is not always prefixed when using the `link_to` helper. If you use the `link_to` helper...
I have noticed that unlike other omniauth providers the `omniauth-openid` gem passes a symbol `:open_id` instead of string as the provider name in the omniauth hash: ``` OmniAuth login details:...
Create wrapper methods for oauth flow to prevent users directly accessing client and to make code cleaner in applications.