symfony-docs
symfony-docs copied to clipboard
The Symfony documentation
Some questions which I think should be answered on https://symfony.com/doc/current/security/login_link.html#invalidate-login-links 1. What is the length of the generated link ("signed URL")? Is this configurable? 2. Which signing algorithm is used?...
| Q | A | ------------ | --- | Feature PR | symfony/symfony#47225 | PR author(s) | @AlbinoDrought | Merged in | 6.2
...since we're not talking about a "usual" login form (i.e. username+password) here.
Hi, I tried to improve this part of the doc to fix https://github.com/symfony/symfony-docs/issues/15583 Targeting v5.4 as actual lts the command name change is to match the name of the command...
Currently, the documentation is composed of a mix between annotations and attributes in the different code examples. For example, the[ Mercure documentation](https://symfony.com/doc/current/mercure.html#web-apis) uses Doctrine attributes while the [Serializer documentation](https://symfony.com/doc/current/serializer.html#using-serialization-groups-annotations) use...
On lines 501 and 502 I propose this change, because it confused me so much which provider to use, and in the case that you are explaining there you should...
Reason symfony/symfony#41514 and symfony/symfony#41516 The `text_empty_data.rst.inc` file is a copy of `empty_data.rst.inc`: ```diff ``empty_data`` ~~~~~~~~~~~~~~ **type**: ``mixed`` .. This file should only be included with start-after or end-before that's set...