0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-16 07:04:35 +01:00
gitea/routers/web/auth
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
..
2fa.go
auth_test.go
auth.go
linkaccount.go
main_test.go
oauth_test.go
oauth.go
openid.go
password.go
webauthn.go