Skip to content

Commit 75f33a4

Browse files
committed
move the filters Authorize and ValidateAntiForgery to Endpoint filters
1 parent ff57927 commit 75f33a4

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

lib/Security/Tokens/Csrf/Validate.php renamed to lib/Endpoint/Filters/ValidateAntiForgery.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
use Attribute;
1818

1919
#[Attribute]
20-
class Validate implements IActionFilter
20+
class ValidateAntiForgery implements IActionFilter
2121
{
2222
public function __invoke(ActionContext $context, ActionDelegate $next): Task
2323
{

0 commit comments

Comments
 (0)