-
Need to get the sentry integration task done for starlite org and use that instead.
-
Hello,
![image](https://user-images.githubusercontent.com/40858886/211269837-a4ba6448-a874-4423-ad30-2d4f4158c435.png)
Can anyone tell me why this(starlite instance route register) was called t…
-
```
_____________________________ test_jwt_cookie_auth _____________________________
signing_input = b'***'
header = {'alg': 'HS256', 'typ': 'JWT'}
signature = b'\xb1N\xe4\xc4\x0c\x82\xc2\xa5l4\…
-
r/starlite (starlite.reddit.com) is now an official place for the Starlite framework!
- [ ] Add r/starlite link in the README.md at the root of the repo
-
Hi There,
i wanted to take a look at this repo and start the project locally.
however i am running into an issue. of which im not sure if im doing it correctly.
im trying to start the applicati…
-
**Describe your question/**
This project uses Ouathlib indrectly
**Relevant infos**
Oauthlib prohibit uses of their lib in closesource products , and neeed to subscribe 1000$/year license if it is …
-
I have a auth middleware and I want to exclude static routes defined by static file config and they are not excluded
```python
auth_mw = DefineMiddleware(JWTAuthenticationMiddleware, exclude=["hea…
-
### Description
Hi, so this is really a big problem for us - currently if I do this:
```python
class MyStruct(Struct):
a: int
instance = MyStruct(a="not a number"). # should raise a v…
-
**Describe the bug**
When returning a `pathlib.WindowsPath` from an RouteHandler the object can not be serialized.
**To Reproduce**
uvicorn==0.20.0
starlite==1.48.1
pydantic==1.10.0
msgspec==…
-
We should update the SQLAlchemy for SQLA 2.0 compatibility. The plugin should be compatible with both v1.4.* and v2.0.0.