-
Let starlette know about this bug
https://github.com/enableops/api-service/blob/565e3048927d5facf3a229d39d730a0a6f19e399/app/api/api_v1/endpoints/auth.py#L56
```python
from datetime import datetime…
-
happens when frontend rebuild or randomly. Sometime refresh fixed it...
```
ERROR: Exception in ASGI application
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/…
-
**Describe your environment**
Python3.7
FastAPI
Opentelemtry v0.32b0
**Steps to reproduce**
When importing FastAPIInstrumentor
`from opentelemetry.instrumentation.fastapi import FastAPIInstru…
-
### First Check
- [X] I added a very descriptive title to this issue.
- [X] I already read and followed all the tutorial in the docs and didn't find an answer.
- [X] I already checked if it is no…
-
### Is your feature request related to a specific problem?
We want to avoid accidentally committing secrets to the repo
### Describe the solution you'd like
Add a pre-commit task that scans f…
-
## Describe the bug
Hello, I'm use a Database strategy and when i try to login to user i got a error like this
```
backend_1 | sqlalchemy.exc.DBAPIError: (sqlalchemy.dialects.postgresql.asyncpg.…
Qwizi updated
2 years ago
-
- [/] I am on the [latest](https://github.com/python-poetry/poetry/releases/latest) Poetry version.
- [/] I have searched the [issues](https://github.com/python-poetry/poetry/issues) of this re…
-
**Describe the bug**
Hey all,
Thanks for a great library!
I have with success implemented the auth workflow with FastAPI and OpenAPI following your [documentation](https://intility.github.io/fast…
-
i have this code
```
async def init_auth(app: FastAPI) -> None:
logger.info("Auth: Configuring connection to {0}", repr(AUTH0_DOMAIN))
app.state.auth0_client = Auth0(domain=AUTH0_DOMAIN)…
-
Is there a preferred way of enabling a middleware only for a specific set of handlers?
Say, I want `secret` handler to require auth and `health_check` to be accessible without one:
```py
from sta…