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

Python Social Auth - Examples

Results 7 social-examples issues
Sort by recently updated
recently updated
newest added

- DB session binding based on SQLAlchemy 2, Base Model class declaration method change - Reflected select, delete code based on SQLAlchemy 2 - Changed how to declare Model class...

### Expected behaviour Version 2.0 of SQLAlchemy for social integration is being officially released on January 26, 2023, so if you install sqlalchemy with pip, version 2 will be installed...

Libraries used ``` python = "3.9.6" django = "^4.2.1" djangorestframework = "^3.14.0" social-auth-core = "^4.4.2" social-auth-app-django = "^5.2.0" ``` From the django-examples, I noticed that the setting for `SOCIAL_AUTH_STORAGE` is...

**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

bug

### Expected behaviour A working Flask example, to help noobs like me... ### Actual behaviour `ModuleNotFoundError: No module named 'flask._compat'` ### What are the steps to reproduce this issue? `git...

### Expected behaviour Example runs. ### Actual behaviour `AttributeError: module 'social_core.backends.dropbox' has no attribute 'DropboxOAuth'` ### What are the steps to reproduce this issue? git clone https://github.com/python-social-auth/social-examples cd social-examples/example-flask flask...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/python-social-auth/social-examples). ## Open The following updates have all...