8000 Remove experimental flag from the authenticator system 🚀 · symfony/symfony@2a51f0f · GitHub
[go: up one dir, main page]

Skip to content

Commit 2a51f0f

Browse files
committed
Remove experimental flag from the authenticator system 🚀
1 parent cc29772 commit 2a51f0f

File tree

50 files changed

+3
-72
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+3
-72
lines changed

‎src/Symfony/Bundle/SecurityBundle/CHANGELOG.md

Lines changed: 1 addition & 0 deletions

‎src/Symfony/Bundle/SecurityBundle/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 <wouter@wouterj.nl>
18-
*
19-
* @experimental in 5.3
2018
*/
2119
interface AuthenticatorFactoryInterface
2220
{

‎src/Symfony/Bundle/SecurityBundle/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 <wouter@wouterj.nl>
2020
*
2121
* @internal
22-
* @experimental in 5.3
2322
*/
2423
class CustomAuthenticatorFactory implements AuthenticatorFactoryInterface, SecurityFactoryInterface
2524
{

‎src/Symfony/Bundle/SecurityBundle/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 <wouter@wouterj.nl>
26-
*
27-
* @experimental in 5.3
2826
*/
2927
final class FirewallAwareRememberMeHandler implements RememberMeHandlerInterface
3028
{

‎src/Symfony/Bundle/SecurityBundle/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 <wouter@wouterj.nl>
2727
*
2828
* @final
29-
* @experimental in 5.3
3029
*/
3130
class UserAuthenticator implements UserAuthenticatorInterface
3231
{

‎src/Symfony/Component/Ldap/CHANGELOG.md

Lines changed: 1 addition & 0 deletions

‎src/Symfony/Component/Ldap/Security/LdapAuthenticator.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
* @author Wouter de Jong <wouter@wouterj.nl>
2929
*
3030
* @final
31-
* @experimental in 5.1
3231
*/
3332
class LdapAuthenticator implements AuthenticatorInterface
3433
{

‎src/Symfony/Component/Ldap/Security/LdapBadge.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
* @author Wouter de Jong <wouter@wouterj.nl>
2222
*
2323
* @final
24-
* @experimental in 5.1
2524
*/
2625
class LdapBadge implements BadgeInterface
2726
{

‎src/Symfony/Component/Security/CHANGELOG.md

Lines changed: 1 addition & 0 deletions

‎src/Symfony/Component/Security/Core/Signature/ExpiredSignatureStorage.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
/**
1717
* @author Ryan Weaver <ryan@symfonycasts.com>
1818
*
19-
* @experimental in 5.2
20-
*
2119
* @final
2220
*/
2321
final class ExpiredSignatureStorage

0 commit comments

Comments
 (0)
0