Refactor is_accessible
Now, no more if statements are used. Also, this should be more readable, and even faster, as in case of any False value, the method can return early. modified: examples/auth/app.py
Showing
Please register or sign in to comment