-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix social sqlalchemy #1731
Fix social sqlalchemy #1731
Conversation
…or resolving server errors during login Added New file Auth_ERROR-README.md with the description on how to fix this error
…or resolving server errors during login Added New file Auth_ERROR-README.md with the description on how to fix this error
This commit adds optional instructions for configuring social_sqlalchemy, a package for SQLAlchemy storage support for Python Social Auth, in Flask applications. It provides a code example demonstrating how to set up social_sqlalchemy in a Flask app, including configuring the SQLAlchemy database and initializing social_sqlalchemy. Additionally, it includes a note on starting the development web server with Flask. These instructions are added to the contributing.rst file under the Python Virtualenv section to provide guidance to contributors who may want to use social_sqlalchemy for OAuth and OAuth2 authentication in their Flask applications. Resolves: #issue_number:fedora-infra#1723
This commit adds optional instructions for configuring social_sqlalchemy, a package for SQLAlchemy storage support for Python Social Auth, in Flask applications. It provides a code example demonstrating how to set up social_sqlalchemy in a Flask app, including configuring the SQLAlchemy database and initializing social_sqlalchemy. Additionally, it includes a note on starting the development web server with Flask. These instructions are added to the contributing.rst file under the Python Virtualenv section to provide guidance to contributors who may want to use social_sqlalchemy for OAuth and OAuth2 authentication in their Flask applications. Resolves: #issue_number:fedora-infra#1723
Co-authored-by: Zlopez <michal.konecny@psmail.xyz>
…nitya into social_sqlalchemy
Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci ✔️ fi-tox-mypy SUCCESS in 8m 06s |
No description provided.