0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-01-19 20:13:15 +01:00
gitea/routers/web
Marcell Mars 56bff7ae23
Support HTTP POST requests to /userinfo, aligning to OpenID Core specification (#32578)
This PR adds support for the HTTP POST requests to `/userinfo` endpoint.
While the OpenID Core specification says both are supported and
recommends using HTTP GET.

ref: https://openid.net/specs/openid-connect-core-1_0.html#UserInfo
2024-11-20 14:22:48 +00:00
..
admin
auth Use user.FullName in Oauth2 id_token response (#32542) 2024-11-18 19:24:17 +08:00
devtest
events Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
explore
feed Fix and refactor markdown rendering (#32522) 2024-11-16 08:41:44 +00:00
healthcheck
misc
org Fix and refactor markdown rendering (#32522) 2024-11-16 08:41:44 +00:00
repo Refactor push mirror find and add check for updating push mirror (#32539) 2024-11-18 05:59:04 +00:00
shared Fix and refactor markdown rendering (#32522) 2024-11-16 08:41:44 +00:00
user
base.go
githttp.go
goget.go
home.go
metrics.go
nodeinfo.go
passkey.go
swagger_json.go
web.go Support HTTP POST requests to /userinfo, aligning to OpenID Core specification (#32578) 2024-11-20 14:22:48 +00:00
webfinger.go