We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15e5564 commit 2e2d79bCopy full SHA for 2e2d79b
User/AttributesBasedUserProviderInterface.php
@@ -17,8 +17,6 @@
17
* Overrides UserProviderInterface to add an "attributes" argument on loadUserByIdentifier.
18
* This is particularly useful with self-contained access tokens.
19
*
20
- * @experimental
21
- *
22
* @template-covariant TUser of UserInterface
23
24
* @template-extends UserProviderInterface<TUser>
User/OidcUser.php
@@ -13,8 +13,6 @@
13
14
/**
15
* UserInterface implementation used by the access-token security workflow with an OIDC server.
16
*/
class OidcUser implements UserInterface
{
0 commit comments