]> source.dussan.org Git - gitea.git/commit
Use user.FullName in Oauth2 id_token response (#32542)
authorBaltazár Radics <baltazar.radics@gmail.com>
Mon, 18 Nov 2024 11:24:17 +0000 (12:24 +0100)
committerGitHub <noreply@github.com>
Mon, 18 Nov 2024 11:24:17 +0000 (19:24 +0800)
commit5eb0ee49a101bfc899892f4879d5da4a4bcfbfbf
treecb426a91147039176b05c0e0dba105cd3060c263
parent896314c7a2be7987b07f5e7ca7aa4b0a82c97c71
Use user.FullName in Oauth2 id_token response (#32542)

This makes `/login/oauth/authorize` behave the same way as the
`/login/oauth/userinfo` endpoint.
routers/web/auth/oauth2_provider.go
routers/web/auth/oauth_test.go
services/oauth2_provider/access_token.go