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
auth
The function authenticated_user returns a User, while authorized_user returns a Callable, which in turn returns a User.
authenticated_user
User
authorized_user
Callable
Such inconsistencies make both contributions and reviews more difficult and should be cleaned up.
The text was updated successfully, but these errors were encountered:
i agree with this issue. i have also encountered other instances where the way things have been named can end up being very confusing.
Sorry, something went wrong.
CONTRIBUTING.md
No branches or pull requests
The function
authenticated_user
returns aUser
, whileauthorized_user
returns aCallable
, which in turn returns aUser
.Such inconsistencies make both contributions and reviews more difficult and should be cleaned up.
The text was updated successfully, but these errors were encountered: