mirror of
1
Fork 0
forgejo/services
Giteabot ee87b4e18c
Fix the error message when the token is incorrect () ()
Backport  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   
related 

Co-authored-by: caicandong <50507092+CaiCandong@users.noreply.github.com>
Co-authored-by: Jason Song <i@wolfogre.com>
2023-07-12 11:29:30 +02:00
..
actions Add `WithPullRequest` for `actionsNotifier` () () 2023-06-11 17:29:25 +08:00
agit Rename almost all Ctx functions () 2022-12-10 10:46:31 +08:00
asymkey Add context cache as a request level cache () 2023-02-15 21:37:34 +08:00
attachment Preserve file size when creating attachments () () 2023-03-12 12:45:39 +01:00
auth Fix the error message when the token is incorrect () () 2023-07-12 11:29:30 +02:00
automerge Add force_merge to merge request and fix checking mergable () 2023-02-21 08:42:07 -06:00
context Use User.ID instead of User.Name in ActivityPub API for Person IRI () () 2023-04-03 22:41:57 -05:00
convert Fix SyncOnCommit always return false in API of push_mirrors () () 2023-02-24 14:36:25 +08:00
cron Add Cargo package registry () 2023-02-05 18:12:31 +08:00
externalaccount Implement FSFE REUSE for golang files () 2022-11-27 18:20:29 +00:00
forms Title can be empty when creating tag only () () 2023-04-07 20:13:57 +08:00
gitdiff Fix broken code editor diff preview () () 2023-03-06 12:05:35 -06:00
issue Make DeleteIssue use correct context () 2023-05-23 13:11:19 -04:00
lfs Fix auth check bug () () 2023-04-27 17:49:50 -05:00
mailer Preserve file size when creating attachments () () 2023-03-12 12:45:39 +01:00
markup Implement FSFE REUSE for golang files () 2022-11-27 18:20:29 +00:00
migrations GitLab migration: Sanitize response for reaction list () () 2023-06-02 17:13:33 -04:00
mirror Fix missing reference prefix of commits when sync mirror repository () 2023-05-30 13:12:21 +08:00
org Implement FSFE REUSE for golang files () 2022-11-27 18:20:29 +00:00
packages Use import of OCI structs () 2023-02-06 10:07:09 +00:00
pull Refresh the refernce of the closed PR when reopening () () 2023-05-08 12:48:06 +02:00
release Delete deleted release attachments immediately from storage () () 2023-04-06 18:38:34 -04:00
repository Make label templates have consistent behavior and priority () () 2023-04-12 16:05:10 +02:00
task Implement FSFE REUSE for golang files () 2022-11-27 18:20:29 +00:00
user Add context cache as a request level cache () 2023-02-15 21:37:34 +08:00
webhook Fix incorrect `HookEventType` of pull request review comments () () 2023-03-24 20:56:15 -04:00
wiki Fix bug when deleting wiki with no code write permission () () 2023-04-23 20:20:45 -04:00