From 3cc5168ec0ba9b787f8ad1e325bc175639d7d3e7 Mon Sep 17 00:00:00 2001 From: Hsiaoming Yang Date: Tue, 12 Nov 2019 22:43:15 +0900 Subject: [PATCH] Add Authlib into third party packages. (#712) --- docs/third-party-packages.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/third-party-packages.md b/docs/third-party-packages.md index ff8adc04..072296e2 100644 --- a/docs/third-party-packages.md +++ b/docs/third-party-packages.md @@ -49,11 +49,19 @@ Checkout nejma A plugin for providing an endpoint that exposes [Prometheus](https://prometheus.io/) metrics based on its [official python client](https://github.com/prometheus/client_python). +### Authlib + +GitHub | +Documentation + +The ultimate Python library in building OAuth and OpenID Connect clients and servers. Check out how to integrate with [Starlette](https://docs.authlib.org/en/latest/client/starlette.html). + + ## Frameworks ### Responder -GitHub | +GitHub | Documentation Async web service framework. Some Features: flask-style route expression,