Oleh Kuchuk
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.
As a continuation of #26 Would be nice to produce distro packages as well.
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...
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...
Logging should be enabled and disabled by property in middleware configuration.
Bootstrap documentation infrastructure for `readthedoc`