aboutsummaryrefslogtreecommitdiffstats
path: root/integrations/csrf_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Refactor CSRF protection modules, make sure CSRF tokens can be up-to-date. ↵wxiaoguang2022-04-081-0/+52
(#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.