1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-19 05:04:39 +01:00
gitea/modules/web
wxiaoguang 84ceaa98bd
Refactor CSRF protection modules, make sure CSRF tokens can be up-to-date. (#19337)
Do a refactoring to the CSRF related code, remove most unnecessary functions.
Parse the generated token's issue time, regenerate the token every a few minutes.
2022-04-08 13:21:05 +08:00
..
middleware Refactor CSRF protection modules, make sure CSRF tokens can be up-to-date. (#19337) 2022-04-08 13:21:05 +08:00
routing Add Goroutine stack inspector to admin/monitor (#19207) 2022-03-31 19:01:43 +02:00
route_test.go
route.go
wrap_convert.go
wrap.go