Skip to content

Commit

Permalink
Revert "[tmp] enable"
Browse files Browse the repository at this point in the history
This reverts commit a88f092.
  • Loading branch information
micszo committed Jul 2, 2024
1 parent a88f092 commit 2c9935e
Show file tree
Hide file tree
Showing 8 changed files with 75 additions and 75 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ lexik_jwt_authentication:
# Disabled by default, because Page builder use an custom extractor
token_extractors:
authorization_header:
enabled: true
enabled: false
cookie:
enabled: false
query_parameter:
Expand Down
36 changes: 18 additions & 18 deletions ibexa/commerce/5.0/config/packages/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,24 +88,24 @@ security:
# stateless: true

# Uncomment the rules below to enable JSON Web Token (JWT) authentication for REST and/or GraphQL
ibexa_jwt_rest:
request_matcher: Ibexa\Rest\Security\JWTTokenCreationRESTRequestMatcher
user_checker: Ibexa\Core\MVC\Symfony\Security\UserChecker
stateless: true
provider: ibexa
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_rest.api:
request_matcher: Ibexa\Rest\Security\AuthorizationHeaderRESTRequestMatcher
user_checker: Ibexa\Core\MVC\Symfony\Security\UserChecker
provider: ibexa
stateless: true
jwt: ~
#ibexa_jwt_rest:
# request_matcher: Ibexa\Rest\Security\JWTTokenCreationRESTRequestMatcher
# user_checker: Ibexa\Core\MVC\Symfony\Security\UserChecker
# stateless: true
# provider: ibexa
# 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_rest.api:
# request_matcher: Ibexa\Rest\Security\AuthorizationHeaderRESTRequestMatcher
# user_checker: Ibexa\Core\MVC\Symfony\Security\UserChecker
# provider: ibexa
# stateless: true
# jwt: ~

#ibexa_jwt_graphql:
# request_matcher: Ibexa\GraphQL\Security\NonAdminGraphQLRequestMatcher
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ lexik_jwt_authentication:
# Disabled by default, because Page builder use an custom extractor
token_extractors:
authorization_header:
enabled: true
enabled: false
cookie:
enabled: false
query_parameter:
Expand Down
36 changes: 18 additions & 18 deletions ibexa/experience/5.0/config/packages/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,24 +76,24 @@ security:
# stateless: true

# Uncomment the rules below to enable JSON Web Token (JWT) authentication for REST and/or GraphQL
ibexa_jwt_rest:
request_matcher: Ibexa\Rest\Security\JWTTokenCreationRESTRequestMatcher
user_checker: Ibexa\Core\MVC\Symfony\Security\UserChecker
stateless: true
provider: ibexa
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_rest.api:
request_matcher: Ibexa\Rest\Security\AuthorizationHeaderRESTRequestMatcher
user_checker: Ibexa\Core\MVC\Symfony\Security\UserChecker
provider: ibexa
stateless: true
jwt: ~
#ibexa_jwt_rest:
# request_matcher: Ibexa\Rest\Security\JWTTokenCreationRESTRequestMatcher
# user_checker: Ibexa\Core\MVC\Symfony\Security\UserChecker
# stateless: true
# provider: ibexa
# 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_rest.api:
# request_matcher: Ibexa\Rest\Security\AuthorizationHeaderRESTRequestMatcher
# user_checker: Ibexa\Core\MVC\Symfony\Security\UserChecker
# provider: ibexa
# stateless: true
# jwt: ~

#ibexa_jwt_graphql:
# request_matcher: Ibexa\GraphQL\Security\NonAdminGraphQLRequestMatcher
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ lexik_jwt_authentication:
# Disabled by default, because Page builder use an custom extractor
token_extractors:
authorization_header:
enabled: true
enabled: false
cookie:
enabled: false
query_parameter:
Expand Down
36 changes: 18 additions & 18 deletions ibexa/headless/5.0/config/packages/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,24 +76,24 @@ security:
# stateless: true

# Uncomment the rules below to enable JSON Web Token (JWT) authentication for REST and/or GraphQL
ibexa_jwt_rest:
request_matcher: Ibexa\Rest\Security\JWTTokenCreationRESTRequestMatcher
user_checker: Ibexa\Core\MVC\Symfony\Security\UserChecker
stateless: true
provider: ibexa
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_rest.api:
request_matcher: Ibexa\Rest\Security\AuthorizationHeaderRESTRequestMatcher
user_checker: Ibexa\Core\MVC\Symfony\Security\UserChecker
provider: ibexa
stateless: true
jwt: ~
#ibexa_jwt_rest:
# request_matcher: Ibexa\Rest\Security\JWTTokenCreationRESTRequestMatcher
# user_checker: Ibexa\Core\MVC\Symfony\Security\UserChecker
# stateless: true
# provider: ibexa
# 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_rest.api:
# request_matcher: Ibexa\Rest\Security\AuthorizationHeaderRESTRequestMatcher
# user_checker: Ibexa\Core\MVC\Symfony\Security\UserChecker
# provider: ibexa
# stateless: true
# jwt: ~

#ibexa_jwt_graphql:
# request_matcher: Ibexa\GraphQL\Security\NonAdminGraphQLRequestMatcher
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ lexik_jwt_authentication:
# Disabled by default, because Page builder use an custom extractor
token_extractors:
authorization_header:
enabled: true
enabled: false
cookie:
enabled: false
query_parameter:
Expand Down
34 changes: 17 additions & 17 deletions ibexa/oss/5.0/config/packages/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,24 +54,24 @@ security:
security: false

# Uncomment the rules below to enable JSON Web Token (JWT) authentication for REST and/or GraphQL
ibexa_jwt_rest:
request_matcher: Ibexa\Rest\Security\JWTTokenCreationRESTRequestMatcher
user_checker: Ibexa\Core\MVC\Symfony\Security\UserChecker
stateless: true
provider: ibexa
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_rest:
# request_matcher: Ibexa\Rest\Security\JWTTokenCreationRESTRequestMatcher
# user_checker: Ibexa\Core\MVC\Symfony\Security\UserChecker
# stateless: true
# provider: ibexa
# 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_rest.api:
request_matcher: Ibexa\Rest\Security\AuthorizationHeaderRESTRequestMatcher
user_checker: Ibexa\Core\MVC\Symfony\Security\UserChecker
provider: ibexa
stateless: true
jwt: ~
#ibexa_jwt_rest.api:
# request_matcher: Ibexa\Rest\Security\AuthorizationHeaderRESTRequestMatcher
# user_checker: Ibexa\Core\MVC\Symfony\Security\UserChecker
# provider: ibexa
# stateless: true
# jwt: ~

#ibexa_jwt_graphql:
# request_matcher: Ibexa\GraphQL\Security\NonAdminGraphQLRequestMatcher
Expand Down

0 comments on commit 2c9935e

Please sign in to comment.