Skip to content

Instantly share code, notes, and snippets.

View EugZol's full-sized avatar

Eugene Zolotarev EugZol

  • Russia, Moscow region
View GitHub Profile
@rpuntaie
rpuntaie / python_oauth_libraries.rst
Last active February 23, 2021 01:24
OAuth2 social login. First file: attempt to use just the data from django-allauth. Second file: social-core based solution actually adopted.

Python OAuth Libraries

Googling for OAuth for python returns many results, but not immediately the relevant ones, i.e. up-to-date, independent, authoritative implementations. So it took me more than necessary to adopt the right library. Here is my conclusion about the current state, to possibly abbreviate the search time for OAuth new-comers.