We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
`class Auth(web.View):
@login_required async def get(self): return web.json_response({stat='ok'})`
err: aiohttp_jwt/permissions.py", line 23, in wrapped assert isinstance(request, web.Request) AssertionError
aiohttp_jwt/permissions.py", line 23, in wrapped assert isinstance(request, web.Request) AssertionError
The text was updated successfully, but these errors were encountered:
there is a solution. If we rewrite this: ` @login_required class Auth(web.View):
async def get(self): return web.json_response({stat='ok'})
` It works.
Sorry, something went wrong.
Hi, yep. It is current limitation. Gonna add support for it in a few days.
Done in #53. v0.2 will be released in few hours.
v0.2
hzlmn
No branches or pull requests
`class Auth(web.View):
err:
aiohttp_jwt/permissions.py", line 23, in wrapped assert isinstance(request, web.Request) AssertionError
The text was updated successfully, but these errors were encountered: