django-scopes
django-scopes copied to clipboard
Async Support
Does the library work with async views?
Working with Django 4.2 using django-ninja and drf
I don't see why it would not, but have never tested it so far.
It breaks global auth for some reason, have an open issue here: https://github.com/vitalik/django-ninja/issues/1082
I tried to create a similar implementation with @asynccontextmanager but it didn't work