0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-14 18:23:58 +01:00
gitea/routers/web
Denys Konovalov 9c8c9ff6d1
use existing oauth grant for public client (#31015)
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: Lunny Xiao <xiaolunwen@gmail.com>
2024-05-21 16:23:49 +00:00
..
admin Improve reverse proxy documents and clarify the AppURL guessing behavior (#31003) 2024-05-19 14:56:08 +00:00
auth use existing oauth grant for public client (#31015) 2024-05-21 16:23:49 +00:00
devtest
events Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
explore
feed
healthcheck
misc Make sure git version&feature are always prepared (#30877) 2024-05-06 18:34:16 +02:00
org Fix various problems around projects board view (#30696) 2024-05-08 13:44:57 +00:00
repo Refactor sha1 and time-limited code (#31023) 2024-05-20 15:12:50 +00:00
shared Fix various problems around projects board view (#30696) 2024-05-08 13:44:57 +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) 2024-05-11 14:55:49 +00:00
webfinger.go