You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While testing the example-webpy project in the python-social-auth/social-examples project, I got as far as social login, but the disconnect button is not outputting continuously after that.
Actual behaviour
The disconnect button should be output after social login.
What are the steps to reproduce this issue?
You can clone the python-social-auth/social-examples project and set up a random provider in the example-webpy project and proceed with the social connection.
Any logs, error output, etc?
Add any code, log or error output that you see fit for this issue, wrap any code
and / or console output with the proper code blocks.
Any other comments?
I'm working on changing the SQLAlchemy 1 version code to SQLAlchemy 2 version code in several subprojects of the Python-social-auth project, and I'd like to reflect this in the corresponding commits.
The text was updated successfully, but these errors were encountered:
Expected behaviour
While testing the example-webpy project in the python-social-auth/social-examples project, I got as far as social login, but the disconnect button is not outputting continuously after that.
Actual behaviour
The disconnect button should be output after social login.
What are the steps to reproduce this issue?
You can clone the python-social-auth/social-examples project and set up a random provider in the example-webpy project and proceed with the social connection.
Any logs, error output, etc?
Add any code, log or error output that you see fit for this issue, wrap any code
and / or console output with the proper code blocks.
Any other comments?
I'm working on changing the SQLAlchemy 1 version code to SQLAlchemy 2 version code in several subprojects of the Python-social-auth project, and I'd like to reflect this in the corresponding commits.
The text was updated successfully, but these errors were encountered: