Skip to content

Commit edec0ec

Browse files
committed
[Security][LoginLink] remove experimental
1 parent 8eabd46 commit edec0ec

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ CHANGELOG
44
5.3
55
---
66

7+
* Login Link functionality is no longer experimental
78
* Add `required_badges` firewall config option
89
* [BC break] Add `login_throttling.lock_factory` setting defaulting to `null` (instead of `lock.factory`)
910
* Add a `login_throttling.interval` (in `security.firewalls`) option to change the default throttling interval.

DependencyInjection/Security/Factory/LoginLinkFactory.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424

2525
/**
2626
* @internal
27-
* @experimental in 5.3
2827
*/
2928
class LoginLinkFactory extends AbstractFactory implements AuthenticatorFactoryInterface
3029
{

0 commit comments

Comments
 (0)