Oleh Kuchuk

Results 31 issues of Oleh Kuchuk

`aiohttp-security` adds advanced permission control mechanism in Pyramid style. Would be great to add example how to write simple policy for jwt with this lib.

docs

As a continuation of #26 Would be nice to produce distro packages as well.

enhancement
thinking

Currently package internally depends on `PyJWT` library. Would be nice to abstact encoding/decoding/verifying of JWT to `AbstractJWTProvider` interface and implement builtin based on PyJWT. So users will be able to...

enhancement
in work

https://github.com/flavors/django-graphql-jwt https://github.com/graphql-python/aiohttp-graphql

Would be nice to add support of advanced permission checking to `check_permissions` decorator. Need to think about better way to do it. In general we need to support scopes queries...

enhancement
thinking

Logging should be enabled and disabled by property in middleware configuration.

enhancement
good first issue

Bootstrap documentation infrastructure for `readthedoc`

enhancement
in work

Current examples are not 100% clear need to polish a bit.

docs