Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Async version #46

Open
jxraynaud opened this issue Feb 19, 2021 · 0 comments
Open

Async version #46

jxraynaud opened this issue Feb 19, 2021 · 0 comments

Comments

@jxraynaud
Copy link

HI there,

I haven't been using this lib for at least one year on various project. I'm now working on a project where we're using channels in async mode to handle websockets. We still use an oidc server and this lib to handle the requests, however, we can't execute it in async mode, because of databases calls that are considered as unsafe. That's not a huge problem as we're simply going to rewrite it to make it async using aiohttp instead of request and database_sync_to_async to encapsulate database calls.

As we're doing it anyway, I was wondering if you'd like us to share the code ?

Thanks for your work !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant