httpx-oauth
httpx-oauth copied to clipboard
feat: add `litestar` integration
I know this has been opened for a long time, but if you are still willing, I'd like to add Litestar support to this awesome library.
Here's a vanilla implementation that's as close to the current FastAPI approach as possible.
Closes #313
I updated the PR to address the lint warnings that I received with hatch fmt. Let me know if I should roll these back.
Any chance this gets merged soon? I'm building oauth integrations for my litestar project and would like to not have to roll all this by hand.