Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0fea66f

Browse filesBrowse files
committed
[FrameworkBundle] Document form.csrf_provider service deprecation
1 parent 18f0dda commit 0fea66f
Copy full SHA for 0fea66f

File tree

Expand file treeCollapse file tree

1 file changed

+6
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+6
-0
lines changed

‎UPGRADE-3.0.md

Copy file name to clipboardExpand all lines: UPGRADE-3.0.md
+6Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,12 @@ UPGRADE FROM 2.x to 3.0
455455
engines: ['php']
456456
```
457457
458+
* The `form.csrf_provider` service is removed as it implements an adapter for
459+
the new token manager to the deprecated
460+
`Symfony\Component\Form\Extension\Csrf\CsrfProvider\CsrfProviderInterface`
461+
interface.
462+
The `security.csrf.token_manager` should be used instead.
463+
458464
### HttpKernel
459465

460466
* The `Symfony\Component\HttpKernel\Log\LoggerInterface` has been removed in

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.