Alexander Marychev

Results 10 comments of Alexander Marychev

The same information on https://rubygems.org/gems/omniauth-paypal/versions/1.3

I created Pull request https://github.com/datariot/omniauth-paypal/pull/29

@mmahalwy You need to request permissions from LinkedIn. https://business.linkedin.com/marketing-solutions/marketing-partners/become-a-partner/marketing-developer-program

or use without `scope`: ``` Rails.application.config.middleware.use OmniAuth::Builder do provider :linkedin, ENV['LINKEDIN_KEY'], ENV['LINKEDIN_SECRET'] end ```

Hi @palkan. I wrote tests, fixed logic and updated documentation.

Hi @palkan. I'm trying to understand the situation and helping. Correct me if I'm thinking wrong. I have 3 tables in DB: users, posts, drafts. ```ruby class ApplicationPolicy < ActionPolicy::Base...