Skip to content

Conversation

geauxdojang
Copy link

is that correct?

   # The Special page requires a user with 'secret' and 'sauce' roles or with 'secret' and 'agent' roles.
    @app.route('/special')
    @roles_required('secret', ['sauce', 'agent'])   # Use of @roles_required decorator

is that correct?
```python
   # The Special page requires a user with 'secret' and 'sauce' roles or with 'secret' and 'agent' roles.
    @app.route('/special')
    @roles_required('secret', ['sauce', 'agent'])   # Use of @roles_required decorator
```
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

Successfully merging this pull request may close these issues.

1 participant