forgejo/routers/web
Giteabot 23838c2c2e
Make CORS work for oauth2 handlers (#28184) (#28185)
Backport #28184

Fix #25473

Although there was `m.Post("/login/oauth/access_token", CorsHandler()...`,
it never really worked, because it still lacks the "OPTIONS" handler.

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2023-11-23 22:27:00 +08:00
..
admin
auth
devtest
events
explore
feed
healthcheck
misc Make CORS work for oauth2 handlers (#28184) (#28185) 2023-11-23 22:27:00 +08:00
org Delete repos of org when purge delete user (#27273) (#27728) 2023-11-01 10:03:12 +08:00
repo Revert "Fix EOL handling in web editor" (#28101) (#28172) 2023-11-22 18:06:13 +08:00
shared
user Dont leak private users via extensions (#28023) (#28029) 2023-11-14 00:03:42 +01:00
base.go
githttp.go Fix http protocol auth (#27875) (#27876) 2023-11-02 16:34:55 +01:00
goget.go
home.go
metrics.go
nodeinfo.go
swagger_json.go
web.go Make CORS work for oauth2 handlers (#28184) (#28185) 2023-11-23 22:27:00 +08:00
webfinger.go