Skip to content

Fix the error message when the token is incorrect (#25701)#25850

Closed
GiteaBot wants to merge 1 commit intogo-gitea:release/v1.19from
GiteaBot:backport-25701-v1.19
Closed

Fix the error message when the token is incorrect (#25701)#25850
GiteaBot wants to merge 1 commit intogo-gitea:release/v1.19from
GiteaBot:backport-25701-v1.19

Conversation

@GiteaBot
Copy link
Collaborator

Backport #25701 by @CaiCandong

we refactored userIDFromToken for the token parsing part into a new function parseToken. parseToken returns the string token from request, and a boolean ok representing whether the token exists or not. So we can distinguish between token non-existence and token inconsistency in the verfity function, thus solving the problem of no proper error message when the token is inconsistent.
close #24439
related #22119

we refactored `userIDFromToken` for the token parsing part into a new
function `parseToken`. `parseToken` returns the string `token` from
request, and a boolean `ok` representing whether the token exists or
not. So we can distinguish between token non-existence and token
inconsistency in the `verfity` function, thus solving the problem of no
proper error message when the token is inconsistent.
close go-gitea#24439  
related go-gitea#22119

---------

Co-authored-by: Jason Song <i@wolfogre.com>
Co-authored-by: Giteabot <teabot@gitea.io>
@GiteaBot GiteaBot added this to the 1.19.5 milestone Jul 12, 2023
@GiteaBot GiteaBot added the lgtm/need 2 This PR needs two approvals by maintainers to be considered for merging. label Jul 12, 2023
@GiteaBot GiteaBot requested review from lunny and wxiaoguang July 12, 2023 09:58
@wolfogre
Copy link
Member

Duplicated with #25834.

Something was going wrong with @GiteaBot.

@wolfogre wolfogre closed this Jul 12, 2023
@GiteaBot GiteaBot removed this from the 1.19.5 milestone Jul 12, 2023
@techknowlogick techknowlogick deleted the backport-25701-v1.19 branch September 9, 2023 05:29
@go-gitea go-gitea locked as resolved and limited conversation to collaborators Oct 10, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

lgtm/need 2 This PR needs two approvals by maintainers to be considered for merging. type/bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants