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
wxiaoguang 7c0ab8b974
Make CORS work for oauth2 handlers (#28184)
Fix #25473

Although there was `m.Post("/login/oauth/access_token", CorsHandler()...`,
it never really worked, because it still lacks the "OPTIONS" handler.
1 year ago
..
middleware Remove some dead code (#27196) 1 year ago
routing Update tool dependencies (#26607) 1 year 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) 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