Replies: 1 comment 1 reply
|
It continues to work as shown. You can refer to the docs for examples if you're unsure. It sounds like you have an unrelated error in your code, and have incorrectly identified Flask-Login as the cause. You might try taking out the bare |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
When I update my project from Flask-Login 0.4.1 to 0.5.0 (or latest), the 'user_loader' decorator is no more working.
When later calling @roles_required('Read') I get always an Unauthorized Access...
How does this work at the moment?
All reactions