pallets-eco/flask-social

Can Flask-social be used for LinkedIn?

Opened this issue · 1 comments

I'm trying to implement a Login-with-LinkedIn functionality on my Flask website. I'm currently starting to build something flask-oauthlib. Since I'm a noob with OAuth I wonder whether flask-social also supports LinkedIn and whether it is easier to use flask-social or flask-oauthlib?

All tips are welcome!

Yes, flask-social does have support for linkedin. You can see it in the provider listing here https://github.com/mattupstate/flask-social/tree/develop/flask_social/providers

Just recently used it to integrate with FB and twitter, this is possibly lot faster to get started with than flask-oauthlib.

Hope this helps!