Skip to content

Commit 66c22f7

Browse files
committed
Remove experimental flag from the authenticator system 🚀
1 parent fdc7b50 commit 66c22f7

File tree

5 files changed

+1
-6
lines changed

5 files changed

+1
-6
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+
* The authenticator system is no longer experimental
78
* Login Link functionality is no longer experimental
89
* Add `required_badges` firewall config option
910
* [BC break] Add `login_throttling.lock_factory` setting defaulting to `null` (instead of `lock.factory`)

DependencyInjection/Security/Factory/AuthenticatorFactoryInterface.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515

1616
/**
1717
* @author Wouter de Jong <[email protected]>
18-
*
19-
* @experimental in 5.3
2018
*/
2119
interface AuthenticatorFactoryInterface
2220
{

DependencyInjection/Security/Factory/CustomAuthenticatorFactory.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
* @author Wouter de Jong <[email protected]>
2020
*
2121
* @internal
22-
* @experimental in 5.3
2322
*/
2423
class CustomAuthenticatorFactory implements AuthenticatorFactoryInterface, SecurityFactoryInterface
2524
{

RememberMe/FirewallAwareRememberMeHandler.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
2323
* Decorates {@see RememberMeHandlerInterface} for the current firewall.
2424
*
2525
* @author Wouter de Jong <[email protected]>
26-
*
27-
* @experimental in 5.3
2826
*/
2927
final class FirewallAwareRememberMeHandler implements RememberMeHandlerInterface
3028
{

Security/UserAuthenticator.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
* @author Wouter de Jong <[email protected]>
2727
*
2828
* @final
29-
* @experimental in 5.3
3029
*/
3130
class UserAuthenticator implements UserAuthenticatorInterface
3231
{

0 commit comments

Comments
 (0)