Jakub Stępak

Results 7 comments of Jakub Stępak

@7Ds7 Not with fullscreen windows.

I think that's still an open issue. I can't find a proper way to implement access restrictions to some fields for different users.

First of all: we're talking about authorization, not authentication. But on the topic: I'm currently at place where I have to implement API that is accessible by admins and normal...

I know that GraphQL authors approach is just "give it to the business logic layer". I just can't find any neat solution that works with Django. If we are really...

Apparently nothing has changed since over year ago and there is no way to do this. That's pity, because this would be great feature. Although I realize it can be...

I think there is also a bigger problem: https://micropyramid.com/blog/understanding-middleware-functionality-in-django2/ Django requires to change the syntax of middleware. @recamshak are you planning to make changes to this project at all? I...

If you have some general guidelines on how to implement this then yeah, sure. Simply reading from environment variables with a fallback to current implementation sounds ok?