social-docs
social-docs copied to clipboard
Python Social Auth - Docs
I've come across this problem when trying to use [intersphinx](http://www.sphinx-doc.org/en/1.5.1/ext/intersphinx.html). The [module index](http://python-social-auth.readthedocs.io/en/latest/py-modindex.html) doesn't exist and there is no link from the documentation to the source code. While the use...
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.4.7 to 8.0.2. Release notes Sourced from sphinx's releases. Sphinx 8.0.2 Changelog: https://www.sphinx-doc.org/en/master/changes.html Sphinx 8.0.1 Changelog: https://www.sphinx-doc.org/en/master/changes.html Sphinx 8.0.0 Changelog: https://www.sphinx-doc.org/en/master/changes.html Dependencies #12633: Drop Python 3.9 support....
### Expected behaviour Documentation should be helpful ### Actual behaviour Module name is nowhere to be found, so the only way is to dig through the source code. I can...
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-docs). ## Open The following updates have all...
I would like to see Telegram login support in Python Social Auth - Django Support seems present in social-core https://github.com/python-social-auth/social-core/blob/master/social_core/backends/telegram.py Could you please implement Telegram login support with proper documentation....
This adds doc for the azuread_oid.py backend, issue: https://github.com/python-social-auth/social-core/issues/684
Is there any tutorial or getting started guide for users that want to setup their IdP to allow a (Django) Python app to work with SSO, in particular OIDC? The...