diff --git a/ibexa/commerce/5.0/config/packages/security.yaml b/ibexa/commerce/5.0/config/packages/security.yaml index 60124fb3..79f2071e 100644 --- a/ibexa/commerce/5.0/config/packages/security.yaml +++ b/ibexa/commerce/5.0/config/packages/security.yaml @@ -89,14 +89,15 @@ security: # Uncomment the rules below to enable JSON Web Token (JWT) authentication for REST and/or GraphQL #ibexa_jwt_rest: - # request_matcher: Ibexa\Contracts\Rest\Security\AuthorizationHeaderRESTRequestMatcher + # request_matcher: Ibexa\Rest\Security\AuthorizationHeaderRESTRequestMatcher # user_checker: Ibexa\Core\MVC\Symfony\Security\UserChecker - # anonymous: ~ - # guard: - # authenticators: - # - lexik_jwt_authentication.jwt_token_authenticator - # entry_point: lexik_jwt_authentication.jwt_token_authenticator # stateless: true + # json_login: + # check_path: ibexa.rest.create_token + # username_path: JWTInput.username + # password_path: JWTInput.password + # success_handler: lexik_jwt_authentication.handler.authentication_success + # failure_handler: lexik_jwt_authentication.handler.authentication_failure #ibexa_jwt_graphql: # request_matcher: Ibexa\GraphQL\Security\NonAdminGraphQLRequestMatcher diff --git a/ibexa/experience/5.0/config/packages/security.yaml b/ibexa/experience/5.0/config/packages/security.yaml index d9b25ede..cc194187 100644 --- a/ibexa/experience/5.0/config/packages/security.yaml +++ b/ibexa/experience/5.0/config/packages/security.yaml @@ -77,14 +77,15 @@ security: # Uncomment the rules below to enable JSON Web Token (JWT) authentication for REST and/or GraphQL #ibexa_jwt_rest: - # request_matcher: Ibexa\Contracts\Rest\Security\AuthorizationHeaderRESTRequestMatcher + # request_matcher: Ibexa\Rest\Security\AuthorizationHeaderRESTRequestMatcher # user_checker: Ibexa\Core\MVC\Symfony\Security\UserChecker - # anonymous: ~ - # guard: - # authenticators: - # - lexik_jwt_authentication.jwt_token_authenticator - # entry_point: lexik_jwt_authentication.jwt_token_authenticator # stateless: true + # json_login: + # check_path: ibexa.rest.create_token + # username_path: JWTInput.username + # password_path: JWTInput.password + # success_handler: lexik_jwt_authentication.handler.authentication_success + # failure_handler: lexik_jwt_authentication.handler.authentication_failure #ibexa_jwt_graphql: # request_matcher: Ibexa\GraphQL\Security\NonAdminGraphQLRequestMatcher diff --git a/ibexa/headless/5.0/config/packages/security.yaml b/ibexa/headless/5.0/config/packages/security.yaml index d9b25ede..cc194187 100644 --- a/ibexa/headless/5.0/config/packages/security.yaml +++ b/ibexa/headless/5.0/config/packages/security.yaml @@ -77,14 +77,15 @@ security: # Uncomment the rules below to enable JSON Web Token (JWT) authentication for REST and/or GraphQL #ibexa_jwt_rest: - # request_matcher: Ibexa\Contracts\Rest\Security\AuthorizationHeaderRESTRequestMatcher + # request_matcher: Ibexa\Rest\Security\AuthorizationHeaderRESTRequestMatcher # user_checker: Ibexa\Core\MVC\Symfony\Security\UserChecker - # anonymous: ~ - # guard: - # authenticators: - # - lexik_jwt_authentication.jwt_token_authenticator - # entry_point: lexik_jwt_authentication.jwt_token_authenticator # stateless: true + # json_login: + # check_path: ibexa.rest.create_token + # username_path: JWTInput.username + # password_path: JWTInput.password + # success_handler: lexik_jwt_authentication.handler.authentication_success + # failure_handler: lexik_jwt_authentication.handler.authentication_failure #ibexa_jwt_graphql: # request_matcher: Ibexa\GraphQL\Security\NonAdminGraphQLRequestMatcher diff --git a/ibexa/oss/5.0/config/packages/security.yaml b/ibexa/oss/5.0/config/packages/security.yaml index 7473ce54..db8cad76 100644 --- a/ibexa/oss/5.0/config/packages/security.yaml +++ b/ibexa/oss/5.0/config/packages/security.yaml @@ -55,14 +55,15 @@ security: # Uncomment the rules below to enable JSON Web Token (JWT) authentication for REST and/or GraphQL #ibexa_jwt_rest: - # request_matcher: Ibexa\Contracts\Rest\Security\AuthorizationHeaderRESTRequestMatcher + # request_matcher: Ibexa\Rest\Security\AuthorizationHeaderRESTRequestMatcher # user_checker: Ibexa\Core\MVC\Symfony\Security\UserChecker - # anonymous: ~ - # guard: - # authenticators: - # - lexik_jwt_authentication.jwt_token_authenticator - # entry_point: lexik_jwt_authentication.jwt_token_authenticator # stateless: true + # json_login: + # check_path: ibexa.rest.create_token + # username_path: JWTInput.username + # password_path: JWTInput.password + # success_handler: lexik_jwt_authentication.handler.authentication_success + # failure_handler: lexik_jwt_authentication.handler.authentication_failure #ibexa_jwt_graphql: # request_matcher: Ibexa\GraphQL\Security\NonAdminGraphQLRequestMatcher