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 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.
3 years ago
..
middleware Refactor CSRF protection modules, make sure CSRF tokens can be up-to-date. (#19337) 3 years ago
routing
route.go
route_test.go
wrap.go
wrap_convert.go