0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-11-24 02:59:03 +01:00
gitea/routers
Marcell Mars 6b38d50891 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 22:06:10 -08:00
..
api Refactor find forks and fix possible bugs that weak permissions check (#32528) (#32547) 2024-11-19 04:08:32 +00:00
common Fix missing images in editor preview due to wrong links (#31299) (#31393) 2024-06-17 15:07:21 +08:00
install Always load or generate oauth2 jwt secret (#30942) (#30978) 2024-05-14 15:00:38 +00:00
private Refactor internal routers (partial backport, auth token const time comparing) (#32473) (#32479) 2024-11-13 10:26:37 +08:00
utils Refactor external URL detection (#29973) 2024-03-22 04:32:40 +08:00
web Support HTTP POST requests to /userinfo, aligning to OpenID Core specification (#32578) 2024-11-20 22:06:10 -08:00
init.go Make sure git version&feature are always prepared (#30877) (#30879) 2024-05-07 02:07:33 +00:00