We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eabd46 commit edec0ecCopy full SHA for edec0ec
CHANGELOG.md
@@ -4,6 +4,7 @@ CHANGELOG
4
5.3
5
---
6
7
+ * Login Link functionality is no longer experimental
8
* Add `required_badges` firewall config option
9
* [BC break] Add `login_throttling.lock_factory` setting defaulting to `null` (instead of `lock.factory`)
10
* Add a `login_throttling.interval` (in `security.firewalls`) option to change the default throttling interval.
DependencyInjection/Security/Factory/LoginLinkFactory.php
@@ -24,7 +24,6 @@
24
25
/**
26
* @internal
27
- * @experimental in 5.3
28
*/
29
class LoginLinkFactory extends AbstractFactory implements AuthenticatorFactoryInterface
30
{
0 commit comments