Shane
Results
2
comments of
Shane
@sophiabq06 Your solution works. I couldnt get the IntelliSense work before and I tried the wsl shutdown and it is working now! Thanks.
Litestar seems to be able to use starlette's client, even though the types are different. Mainly the function `authorize_redirect`: Current Starlette code: `authlib/integrations/starlette_client/apps.py` ```python from starlette.datastructures import URL from starlette.responses...