You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
4 months ago
..
admin Move admin routers from /admin to /-/admin (#32189) 5 months ago
auth Use user.FullName in Oauth2 id_token response (#32542) 4 months ago
devtest Refactor names (#31405) 9 months ago
events Move context from modules to services (#29440) 1 year ago
explore Respect UI.ExploreDefaultSort setting again (#32357) 5 months ago
feed Fix and refactor markdown rendering (#32522) 4 months ago
healthcheck Always enable caches (#28527) 1 year ago
misc Refactor render system (#32492) 4 months ago
org Fix and refactor markdown rendering (#32522) 4 months ago
repo Refactor push mirror find and add check for updating push mirror (#32539) 4 months ago
shared Fix and refactor markdown rendering (#32522) 4 months ago
user Refactor render system (#32492) 4 months ago
base.go Fix `missing signature key` error when pulling Docker images with `SERVE_DIRECT` enabled (#32365) 5 months ago
githttp.go Fix LFS route mock, realm, middleware names (#32488) 4 months ago
goget.go Refactor RepoRefByType (#32413) 5 months ago
home.go migrate some more "OptionalBool" to "Option[bool]" (#29479) 1 year ago
metrics.go Implement FSFE REUSE for golang files (#21840) 2 years ago
nodeinfo.go Move context from modules to services (#29440) 1 year ago
passkey.go Move context from modules to services (#29440) 1 year ago
swagger_json.go Move context from modules to services (#29440) 1 year ago
web.go Support HTTP POST requests to `/userinfo`, aligning to OpenID Core specification (#32578) 4 months ago
webfinger.go Move context from modules to services (#29440) 1 year ago