From 264acaacdee6dadb465e67f5e07e45f092101fe8 Mon Sep 17 00:00:00 2001 From: Hsiaoming Yang <me@lepture.com> Date: Sun, 7 Jun 2020 19:43:49 +0900 Subject: [PATCH] Add link of demo-oauth-client on readme --- README.md | 10 ++++++++++ setup.py | 1 + 2 files changed, 11 insertions(+) diff --git a/README.md b/README.md index 992e8b0..3b10116 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,16 @@ examples for details. [Flask]: https://docs.authlib.org/en/latest/client/flask.html [Django]: https://docs.authlib.org/en/latest/client/django.html + +Alternatives +------------ + +Most of the time, you don't have to use loginpass, you can just register +a remote app with Authlib's framework integrations. Checkout our demo on +OAuth clients for Flask, Django, Starlette and FastAPI: + +<https://github.com/authlib/demo-oauth-client> + License ------- diff --git a/setup.py b/setup.py index 0edeb2a..5d64240 100755 --- a/setup.py +++ b/setup.py @@ -43,6 +43,7 @@ setup( 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', 'Topic :: Internet :: WWW/HTTP :: Dynamic Content', 'Topic :: Software Development :: Libraries :: Python Modules', ] -- GitLab