]> source.dussan.org Git - gitea.git/commit
Remove "misc" scope check from public API endpoints (#26134)
authorwxiaoguang <wxiaoguang@gmail.com>
Wed, 26 Jul 2023 02:53:31 +0000 (10:53 +0800)
committerGitHub <noreply@github.com>
Wed, 26 Jul 2023 02:53:31 +0000 (02:53 +0000)
commit915cdf8f87380bb6ea9cb518837726eb85c89fc7
tree04aaf3b8d0b75b341902bac3dbbd37629d9089d5
parent9ed3700ad2b373b6fa22f50dbd31ca106e1f82bc
Remove "misc" scope check from public API endpoints (#26134)

Fix #26035
docs/content/doc/development/oauth2-provider.en-us.md
models/auth/token_scope.go
routers/api/v1/api.go
tests/integration/api_token_test.go