httpx-oauth icon indicating copy to clipboard operation
httpx-oauth copied to clipboard

feat: add `litestar` integration

Open cofin opened this issue 1 year ago • 2 comments

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

cofin avatar Jul 31 '24 02:07 cofin

I updated the PR to address the lint warnings that I received with hatch fmt. Let me know if I should roll these back.

cofin avatar Aug 08 '24 14:08 cofin

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.

DataDaoDe avatar Jan 11 '25 08:01 DataDaoDe