-
Dear `aioauth` Team,
I would like to bring into your attention that the implementation of the _Implicit Grant Type_ in `aioauth` is not fully compliant with the specification described in [RFC 6749…
-
Hi,
We are using https://github.com/ets-labs/python-dependency-injector with our fastapi api, consisting of a repository/service pattern. Since with that library the async ability of fastapi is not…
-
The current version of your API is using Flask, this isn't a framework for API. You should use FastAPI because it brings many benefits such as an asynchronous API.
-
The doc explains well how to obtain an access token with starlette/fastapi framework https://docs.authlib.org/en/latest/client/fastapi.html and https://docs.authlib.org/en/latest/client/starlette.html…
-
While the documentationn for FastAPI is in general extremely solid, there's a weakpoint that I feel hints at some underdevelopped feature within the framework, and that's [startup and shutdown events]…
-
Test example is currently based in Unittesting framework.
However, it is not starting any test client to simulate actual web replies (JSON with response codes).
Some of the WebAPI documentation f…
-
Hi, first this looks like a cool project! I was trying your basic person list demo using litestar as the framework rather than fastapi. When I tried to the code I get an error saying that fastui.dev r…
-
### 🥰 需求描述
目前没有python插件模版,虽然直接通过manifest也可以实现一定的效果,但是没有插件服务gateway。
### 🧐 解决方案
fastapi易于上手,使用简便,建议基于fastapi提供插件模版以供开发使用
### 📝 补充信息
_No response_
-
**Describe the bug**: ...
I created a APM service on elastic cloud and using elasticapm on my backend API( FASTAPI + uvicorn + gunicorn) side
i created a client using `make_apm_client( APM_SETTI…
-
### Discussed in https://github.com/kedro-org/kedro/discussions/2134
Originally posted by **illia-shkroba** December 16, 2022
Hello.
I'm trying to build RestAPI with FastAPI that runs Kedro…