Remove the mention of Flask-OAuth in the extension dev docs

This commit is contained in:
Grey Li 2021-02-19 22:59:09 +08:00
parent adeaf27e76
commit 76abbe9062

View file

@ -135,10 +135,7 @@ initialization functions:
classes: classes:
Classes work mostly like initialization functions but can later be Classes work mostly like initialization functions but can later be
used to further change the behavior. For an example look at how the used to further change the behavior.
`OAuth extension`_ works: there is an `OAuth` object that provides
some helper functions like `OAuth.remote_app` to create a reference to
a remote application that uses OAuth.
What to use depends on what you have in mind. For the SQLite 3 extension What to use depends on what you have in mind. For the SQLite 3 extension
we will use the class-based approach because it will provide users with an we will use the class-based approach because it will provide users with an
@ -330,7 +327,6 @@ ecosystem remain consistent and compatible.
supported versions. supported versions.
.. _PyPI: https://pypi.org/search/?c=Framework+%3A%3A+Flask .. _PyPI: https://pypi.org/search/?c=Framework+%3A%3A+Flask
.. _OAuth extension: https://pythonhosted.org/Flask-OAuth/
.. _mailinglist: https://mail.python.org/mailman/listinfo/flask .. _mailinglist: https://mail.python.org/mailman/listinfo/flask
.. _Discord server: https://discord.gg/pallets .. _Discord server: https://discord.gg/pallets
.. _Official Pallets Themes: https://pypi.org/project/Pallets-Sphinx-Themes/ .. _Official Pallets Themes: https://pypi.org/project/Pallets-Sphinx-Themes/