social-examples icon indicating copy to clipboard operation
social-examples copied to clipboard

LinkedinOAuth deprecated?

Open foxale opened this issue 5 years ago • 1 comments

Steps to reproduce: Clone the repository and try running example_flask

AttributeError: module 'social_core.backends.linkedin' has no attribute 'LinkedinOAuth'

I guess it's a result of this one: https://github.com/python-social-auth/social-core/issues/310

foxale avatar Mar 27 '20 15:03 foxale

That's correct, social_core.backends.linkedin.LinkedinOAuth is no longer valid and should be removed from AUTHENTICATION_BACKENDS

  • Same for social_core.backends.yahoo.YahooOpenId as of https://github.com/python-social-auth/social-core/pull/523

gersona avatar Dec 02 '24 17:12 gersona