0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-01-23 12:30:51 +01:00
gitea/routers/web
Giteabot e3390e2441
use existing oauth grant for public client (#31015) (#31042)
Backport #31015 by @denyskon

Do not try to create a new authorization grant when one exists already,
thus preventing a DB-related authorization issue.

Fix https://github.com/go-gitea/gitea/pull/30790#issuecomment-2118812426

Co-authored-by: Denys Konovalov <kontakt@denyskon.de>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2024-05-21 17:32:31 +00:00
..
admin Improve reverse proxy documents and clarify the AppURL guessing behavior (#31003) (#31020) 2024-05-19 15:22:54 +00:00
auth use existing oauth grant for public client (#31015) (#31042) 2024-05-21 17:32:31 +00:00
devtest
events
explore
feed
healthcheck
misc
org Fix various problems around projects board view (#30696) (#30902) 2024-05-08 15:46:21 +00:00
repo Refactor sha1 and time-limited code (#31023) (#31030) 2024-05-21 00:58:21 +08:00
shared Fix various problems around projects board view (#30696) (#30902) 2024-05-08 15:46:21 +00:00
user
base.go
githttp.go
goget.go
home.go
metrics.go
nodeinfo.go
passkey.go
swagger_json.go
web.go Move reverproxyauth before session so the header will not be ignored even if user has login (#27821) (#30948) 2024-05-12 10:25:55 +08:00
webfinger.go