-
Notifications
You must be signed in to change notification settings - Fork 995
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
Improved error reporting for token permissions #6232
Labels
Milestone
Comments
ewdurbin
added a commit
that referenced
this issue
Aug 2, 2019
Will need review from @dstufft and @woodruffw If they approve... needs tests/etc
Contractors on the OTF-funded work need to stop work on the security features in order to ensure we complete the accessibility and internationalization work by the end of the month. Therefore, while this is necessary to get us out of beta for this feature #5661 (comment) , I'm removing it from the milestone. |
ewdurbin
added a commit
that referenced
this issue
Jan 16, 2020
Will need review from @dstufft and @woodruffw If they approve... needs tests/etc
ewdurbin
added a commit
that referenced
this issue
Jan 16, 2020
Will need review from @dstufft and @woodruffw If they approve... needs tests/etc
ewdurbin
added a commit
that referenced
this issue
Jan 16, 2020
* Approach for resolving #6232 Will need review from @dstufft and @woodruffw If they approve... needs tests/etc * updates based on feedback from @dstufft still unsure about the approach * fix tests/cleanup * add missing reason, standarize to f-strings
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As a follow on to #6084, we should improve the message returned to users when their provided token isn't acceptable in the given context (e.g., if it doesn't match the package or doesn't have the right permissions at all).
Current
master
provides this message, which is misleading:#6084 changes that message to the more generic:
But ideally we'd have something like this:
cc @nlhkabu @brainwane
The text was updated successfully, but these errors were encountered: