Skip to content
Snippets Groups Projects
Unverified Commit 264acaac authored by Hsiaoming Yang's avatar Hsiaoming Yang
Browse files

Add link of demo-oauth-client on readme

parent 682fc39d
No related branches found
Tags v0.5
No related merge requests found
......@@ -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
-------
......
......@@ -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',
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment