Skip to content
New issue

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

Permission lists - Restrict route to multiple permission levels. #304

Open
bitnom opened this issue Mar 8, 2020 · 0 comments
Open

Permission lists - Restrict route to multiple permission levels. #304

bitnom opened this issue Mar 8, 2020 · 0 comments

Comments

@bitnom
Copy link

bitnom commented Mar 8, 2020

I will now begin work on a PR to add support for restricting routes to multiple permissions like this:

async def protected_page(self, request):
    await check_permission(request, ['protected', 'level1', 'level2'])
    response = web.Response(body=b'You are on protected page')
    return response

Discussion welcome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant