From af6432621a9add5e55b0d7638e1380f66f3d4ed0 Mon Sep 17 00:00:00 2001 From: David Baumgold Date: Sat, 10 Feb 2018 10:12:43 +0100 Subject: [PATCH] Mark this project as unmaintained (#94) --- README | 7 ------- README.md | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 7 deletions(-) delete mode 100644 README create mode 100644 README.md diff --git a/README b/README deleted file mode 100644 index 99fc65a..0000000 --- a/README +++ /dev/null @@ -1,7 +0,0 @@ -Flask-OAuth - -Implements basic OAuth support for Flask. Currently it can only -be used to hook up with external OAuth services. It does not yet -support implementing providers. - -Documentation: http://packages.python.org/Flask-OAuth/ diff --git a/README.md b/README.md new file mode 100644 index 0000000..536516d --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# Unmaintained + +Flask-OAuth is currently unmaintained. If you want to add OAuth support to +your Flask website, we recommend using +[Flask-Dance](https://github.com/singingwolfboy/flask-dance) instead, +which is actively maintained. + +## Flask-OAuth + +Implements basic OAuth support for Flask. It can only +be used to hook up with external OAuth services. It does not +support implementing providers. + +Documentation: http://packages.python.org/Flask-OAuth/