Skip to content

Commit d9dd1b0

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: (35 commits) fix tests [DomCrawler][FrameworkBundle] Add `assertAnySelectorText*` fix tests [SecurityBundle] Add `$badges` argument to `Security::login` [FrameworkBundle] Support APP_BUILD_DIR [Scheduler] Add --all to debug:schedule [Cache] minor cleanup [HttpFoundation] Use Symfony exception for request unexpected values [Scheduler] Display friendly dates in debug:schedule [RemoteEvent][Webhook] Add Brevo support [Webhook][RemoteEvent] Add Mailjet support. fix typo fix minimum required HttpKernel component version fix tests Remove remaining experimental classes [RemoteEvent] Mark component as non experimental [Webhook] Mark component as non experimental [Process] Fix return type [Scheduler] Mark component as non experimental [AssetMapper] Mark component as non experimental ...
2 parents d1d680a + 86312fd commit d9dd1b0

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

AccessToken/Oidc/Exception/InvalidSignatureException.php

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

1616
/**
1717
* This exception is thrown when the token signature is invalid.
18-
*
19-
* @experimental
2018
*/
2119
class InvalidSignatureException extends AuthenticationException
2220
{

AccessToken/Oidc/Exception/MissingClaimException.php

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

1616
/**
1717
* This exception is thrown when the user is invalid on the OIDC server (e.g.: "email" property is not in the scope).
18-
*
19-
* @experimental
2018
*/
2119
class MissingClaimException extends AuthenticationException
2220
{

AccessToken/Oidc/OidcTokenHandler.php

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

3232
/**
3333
* The token handler decodes and validates the token, and retrieves the user identifier from it.
34-
*
35-
* @experimental
3634
*/
3735
final class OidcTokenHandler implements AccessTokenHandlerInterface
3836
{

AccessToken/Oidc/OidcUserInfoTokenHandler.php

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

2121
/**
2222
* The token handler validates the token on the OIDC server and retrieves the user identifier.
23-
*
24-
* @experimental
2523
*/
2624
final class OidcUserInfoTokenHandler implements AccessTokenHandlerInterface
2725
{

0 commit comments

Comments
 (0)