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/modules/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>
1 year ago
..
middleware Fix "Flash" message usage (#25895) 2 years ago
routing Update tool dependencies (#26607) 2 years ago
types Refactor web package and context package (#25298) 2 years ago
handler.go Refactor web package and context package (#25298) 2 years ago
route.go Make CORS work for oauth2 handlers (#28184) (#28185) 1 year ago
route_test.go Refactor web route (#24080) 2 years ago
routemock.go Make route middleware/handler mockable (#25766) 2 years ago
routemock_test.go Make route middleware/handler mockable (#25766) 2 years ago