8000 Flag the json_login listener as experimental · symfony/symfony@e94b5e4 · GitHub
[go: up one dir, main page]

Skip to content

Commit e94b5e4

Browse files
committed
Flag the json_login listener as experimental
1 parent 7e6c261 commit e94b5e4

File tree

3 files changed

+5
-0
lines changed

src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/JsonLoginFactory.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
* JsonLoginFactory creates services for JSON login authentication.
2020
*
2121
* @author Kévin Dunglas <dunglas@gmail.com>
22+
*
23+
* @experimental in version 3.3
2224
*/
2325
class JsonLoginFactory extends AbstractFactory
2426
{

src/Symfony/Component/Security/CHANGELOG.md

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

77
* deprecated `AccessDecisionManager::setVoters()` in favor of passing the
88
voters to the constructor.
9+
* [EXPERIMENTAL] added a `json_login` listener for stateless authentication
910

1011
3.2.0
1112
-----

src/Symfony/Component/Security/Http/Firewall/UsernamePasswordJsonAuthenticationListener.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@
3737
* an authentication via a JSON document composed of a username and a password.
3838
*
3939
* @author Kévin Dunglas <dunglas@gmail.com>
40+
*
41+
* @experimental in version 3.3
4042
*/
4143
class UsernamePasswordJsonAuthenticationListener implements ListenerInterface
4244
{

0 commit comments

Comments
 (0)
0