-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature #125 Allow Sylius 1.8 (and test it) (Zales0123)
This PR was merged into the 1.0-dev branch. Discussion ---------- We had to add some additional/modified files to integrate with Sylius 1.8. But it's working :) Commits ------- 74e99b6 Allow Sylius 1.8 (and test it)
- Loading branch information
Showing
10 changed files
with
257 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
<?php | ||
|
||
return [ | ||
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true], | ||
Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true], | ||
Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true], | ||
Symfony\Bundle\SwiftmailerBundle\SwiftmailerBundle::class => ['all' => true], | ||
Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true], | ||
Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true], | ||
Doctrine\Bundle\DoctrineCacheBundle\DoctrineCacheBundle::class => ['all' => true], | ||
Sylius\Bundle\OrderBundle\SyliusOrderBundle::class => ['all' => true], | ||
Sylius\Bundle\MoneyBundle\SyliusMoneyBundle::class => ['all' => true], | ||
Sylius\Bundle\CurrencyBundle\SyliusCurrencyBundle::class => ['all' => true], | ||
Sylius\Bundle\LocaleBundle\SyliusLocaleBundle::class => ['all' => true], | ||
Sylius\Bundle\ProductBundle\SyliusProductBundle::class => ['all' => true], | ||
Sylius\Bundle\ChannelBundle\SyliusChannelBundle::class => ['all' => true], | ||
Sylius\Bundle\AttributeBundle\SyliusAttributeBundle::class => ['all' => true], | ||
Sylius\Bundle\TaxationBundle\SyliusTaxationBundle::class => ['all' => true], | ||
Sylius\Bundle\ShippingBundle\SyliusShippingBundle::class => ['all' => true], | ||
Sylius\Bundle\PaymentBundle\SyliusPaymentBundle::class => ['all' => true], | ||
Sylius\Bundle\MailerBundle\SyliusMailerBundle::class => ['all' => true], | ||
Sylius\Bundle\PromotionBundle\SyliusPromotionBundle::class => ['all' => true], | ||
Sylius\Bundle\AddressingBundle\SyliusAddressingBundle::class => ['all' => true], | ||
Sylius\Bundle\InventoryBundle\SyliusInventoryBundle::class => ['all' => true], | ||
Sylius\Bundle\TaxonomyBundle\SyliusTaxonomyBundle::class => ['all' => true], | ||
Sylius\Bundle\UserBundle\SyliusUserBundle::class => ['all' => true], | ||
Sylius\Bundle\CustomerBundle\SyliusCustomerBundle::class => ['all' => true], | ||
Sylius\Bundle\UiBundle\SyliusUiBundle::class => ['all' => true], | ||
Sylius\Bundle\ReviewBundle\SyliusReviewBundle::class => ['all' => true], | ||
Sylius\Bundle\CoreBundle\SyliusCoreBundle::class => ['all' => true], | ||
Sylius\Bundle\ResourceBundle\SyliusResourceBundle::class => ['all' => true], | ||
Sylius\Bundle\GridBundle\SyliusGridBundle::class => ['all' => true], | ||
winzou\Bundle\StateMachineBundle\winzouStateMachineBundle::class => ['all' => true], | ||
Sonata\BlockBundle\SonataBlockBundle::class => ['all' => true], | ||
Bazinga\Bundle\HateoasBundle\BazingaHateoasBundle::class => ['all' => true], | ||
JMS\SerializerBundle\JMSSerializerBundle::class => ['all' => true], | ||
FOS\RestBundle\FOSRestBundle::class => ['all' => true], | ||
Knp\Bundle\GaufretteBundle\KnpGaufretteBundle::class => ['all' => true], | ||
Knp\Bundle\MenuBundle\KnpMenuBundle::class => ['all' => true], | ||
Liip\ImagineBundle\LiipImagineBundle::class => ['all' => true], | ||
Payum\Bundle\PayumBundle\PayumBundle::class => ['all' => true], | ||
Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle::class => ['all' => true], | ||
WhiteOctober\PagerfantaBundle\WhiteOctoberPagerfantaBundle::class => ['all' => true], | ||
Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle::class => ['all' => true], | ||
Sylius\Bundle\FixturesBundle\SyliusFixturesBundle::class => ['all' => true], | ||
Sylius\Bundle\PayumBundle\SyliusPayumBundle::class => ['all' => true], | ||
Sylius\Bundle\ThemeBundle\SyliusThemeBundle::class => ['all' => true], | ||
Symfony\Bundle\WebServerBundle\WebServerBundle::class => ['all' => true], | ||
Sylius\Bundle\AdminBundle\SyliusAdminBundle::class => ['all' => true], | ||
Sylius\Bundle\ShopBundle\SyliusShopBundle::class => ['all' => true], | ||
FOS\OAuthServerBundle\FOSOAuthServerBundle::class => ['all' => true], | ||
Sylius\Bundle\AdminApiBundle\SyliusAdminApiBundle::class => ['all' => true], | ||
Sylius\PayPalPlugin\SyliusPayPalPlugin::class => ['all' => true], | ||
Symfony\Bundle\DebugBundle\DebugBundle::class => ['dev' => true, 'test' => true, 'test_cached' => true], | ||
Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true, 'test_cached' => true], | ||
FriendsOfBehat\SymfonyExtension\Bundle\FriendsOfBehatSymfonyExtensionBundle::class => ['test' => true, 'test_cached' => true], | ||
ApiPlatform\Core\Bridge\Symfony\Bundle\ApiPlatformBundle::class => ['all' => true], | ||
Sylius\Bundle\ApiBundle\SyliusApiBundle::class => ['all' => true], | ||
Lexik\Bundle\JWTAuthenticationBundle\LexikJWTAuthenticationBundle::class => ['all' => true], | ||
SyliusLabs\DoctrineMigrationsExtraBundle\SyliusLabsDoctrineMigrationsExtraBundle::class => ['all' => true], | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
doctrine_migrations: | ||
storage: | ||
table_storage: | ||
table_name: sylius_migrations | ||
migrations_paths: | ||
'Sylius\Migrations': '%kernel.project_dir%/src/Migrations/' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
lexik_jwt_authentication: | ||
secret_key: 'SECRET' | ||
public_key: 'PUBLIC' | ||
pass_phrase: 'PASS_PHRASE' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,159 @@ | ||
parameters: | ||
sylius.security.admin_regex: "^/%sylius_admin.path_name%" | ||
sylius.security.api_regex: "^/api" | ||
sylius.security.shop_regex: "^/(?!%sylius_admin.path_name%|new-api|api/.*|api$|media/.*)[^/]++" | ||
sylius.security.new_api_route: "/new-api" | ||
sylius.security.new_api_regex: "^%sylius.security.new_api_route%" | ||
sylius.security.new_api_admin_route: "%sylius.security.new_api_route%/admin" | ||
sylius.security.new_api_admin_regex: "^%sylius.security.new_api_admin_route%" | ||
sylius.security.new_api_shop_route: "%sylius.security.new_api_route%/shop" | ||
sylius.security.new_api_shop_regex: "^%sylius.security.new_api_shop_route%" | ||
|
||
security: | ||
always_authenticate_before_granting: true | ||
providers: | ||
sylius_admin_user_provider: | ||
id: sylius.admin_user_provider.email_or_name_based | ||
sylius_api_admin_user_provider: | ||
id: sylius.admin_user_provider.email_or_name_based | ||
sylius_shop_user_provider: | ||
id: sylius.shop_user_provider.email_or_name_based | ||
sylius_api_shop_user_provider: | ||
id: sylius.shop_user_provider.email_or_name_based | ||
sylius_api_chain_provider: | ||
chain: | ||
providers: [sylius_api_shop_user_provider, sylius_api_admin_user_provider] | ||
|
||
encoders: | ||
Sylius\Component\User\Model\UserInterface: argon2i | ||
firewalls: | ||
admin: | ||
switch_user: true | ||
context: admin | ||
pattern: "%sylius.security.admin_regex%" | ||
provider: sylius_admin_user_provider | ||
form_login: | ||
provider: sylius_admin_user_provider | ||
login_path: sylius_admin_login | ||
check_path: sylius_admin_login_check | ||
failure_path: sylius_admin_login | ||
default_target_path: sylius_admin_dashboard | ||
use_forward: false | ||
use_referer: true | ||
csrf_token_generator: security.csrf.token_manager | ||
csrf_parameter: _csrf_admin_security_token | ||
csrf_token_id: admin_authenticate | ||
remember_me: | ||
secret: "%env(APP_SECRET)%" | ||
path: "/%sylius_admin.path_name%" | ||
name: APP_ADMIN_REMEMBER_ME | ||
lifetime: 31536000 | ||
remember_me_parameter: _remember_me | ||
logout: | ||
path: sylius_admin_logout | ||
target: sylius_admin_login | ||
anonymous: true | ||
|
||
oauth_token: | ||
pattern: "%sylius.security.api_regex%/oauth/v2/token" | ||
security: false | ||
|
||
new_api_admin_user: | ||
pattern: "%sylius.security.new_api_route%/admin-user-authentication-token" | ||
provider: sylius_admin_user_provider | ||
stateless: true | ||
anonymous: true | ||
json_login: | ||
check_path: "%sylius.security.new_api_route%/admin-user-authentication-token" | ||
username_path: email | ||
password_path: password | ||
success_handler: lexik_jwt_authentication.handler.authentication_success | ||
failure_handler: lexik_jwt_authentication.handler.authentication_failure | ||
guard: | ||
authenticators: | ||
- lexik_jwt_authentication.jwt_token_authenticator | ||
|
||
new_api_shop_user: | ||
pattern: "%sylius.security.new_api_route%/shop-user-authentication-token" | ||
provider: sylius_shop_user_provider | ||
stateless: true | ||
anonymous: true | ||
json_login: | ||
check_path: "%sylius.security.new_api_route%/shop-user-authentication-token" | ||
username_path: email | ||
password_path: password | ||
success_handler: lexik_jwt_authentication.handler.authentication_success | ||
failure_handler: lexik_jwt_authentication.handler.authentication_failure | ||
guard: | ||
authenticators: | ||
- lexik_jwt_authentication.jwt_token_authenticator | ||
|
||
new_api: | ||
pattern: "%sylius.security.new_api_regex%/*" | ||
provider: sylius_api_chain_provider | ||
stateless: true | ||
anonymous: lazy | ||
guard: | ||
authenticators: | ||
- lexik_jwt_authentication.jwt_token_authenticator | ||
|
||
api: | ||
pattern: "%sylius.security.api_regex%/.*" | ||
provider: sylius_admin_user_provider | ||
fos_oauth: true | ||
stateless: true | ||
anonymous: true | ||
|
||
shop: | ||
switch_user: { role: ROLE_ALLOWED_TO_SWITCH } | ||
context: shop | ||
pattern: "%sylius.security.shop_regex%" | ||
provider: sylius_shop_user_provider | ||
form_login: | ||
success_handler: sylius.authentication.success_handler | ||
failure_handler: sylius.authentication.failure_handler | ||
provider: sylius_shop_user_provider | ||
login_path: sylius_shop_login | ||
check_path: sylius_shop_login_check | ||
failure_path: sylius_shop_login | ||
default_target_path: sylius_shop_homepage | ||
use_forward: false | ||
use_referer: true | ||
csrf_token_generator: security.csrf.token_manager | ||
csrf_parameter: _csrf_shop_security_token | ||
csrf_token_id: shop_authenticate | ||
remember_me: | ||
secret: "%env(APP_SECRET)%" | ||
name: APP_SHOP_REMEMBER_ME | ||
lifetime: 31536000 | ||
remember_me_parameter: _remember_me | ||
logout: | ||
path: sylius_shop_logout | ||
target: sylius_shop_login | ||
invalidate_session: false | ||
success_handler: sylius.handler.shop_user_logout | ||
anonymous: true | ||
|
||
dev: | ||
pattern: ^/(_(profiler|wdt)|css|images|js)/ | ||
security: false | ||
|
||
access_control: | ||
- { path: "%sylius.security.admin_regex%/_partial", role: IS_AUTHENTICATED_ANONYMOUSLY, ips: [127.0.0.1, ::1] } | ||
- { path: "%sylius.security.admin_regex%/_partial", role: ROLE_NO_ACCESS } | ||
- { path: "%sylius.security.shop_regex%/_partial", role: IS_AUTHENTICATED_ANONYMOUSLY, ips: [127.0.0.1, ::1] } | ||
- { path: "%sylius.security.shop_regex%/_partial", role: ROLE_NO_ACCESS } | ||
|
||
- { path: "%sylius.security.admin_regex%/login", role: IS_AUTHENTICATED_ANONYMOUSLY } | ||
- { path: "%sylius.security.api_regex%/login", role: IS_AUTHENTICATED_ANONYMOUSLY } | ||
- { path: "%sylius.security.shop_regex%/login", role: IS_AUTHENTICATED_ANONYMOUSLY } | ||
|
||
- { path: "%sylius.security.shop_regex%/register", role: IS_AUTHENTICATED_ANONYMOUSLY } | ||
- { path: "%sylius.security.shop_regex%/verify", role: IS_AUTHENTICATED_ANONYMOUSLY } | ||
|
||
- { path: "%sylius.security.admin_regex%", role: ROLE_ADMINISTRATION_ACCESS } | ||
- { path: "%sylius.security.api_regex%/.*", role: ROLE_API_ACCESS } | ||
- { path: "%sylius.security.shop_regex%/account", role: ROLE_USER } | ||
|
||
- { path: "%sylius.security.new_api_admin_regex%/.*", role: ROLE_API_ACCESS } | ||
- { path: "%sylius.security.new_api_shop_regex%/.*", role: IS_AUTHENTICATED_ANONYMOUSLY } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
sylius_api: | ||
resource: "@SyliusApiBundle/Resources/config/routing.yml" | ||
prefix: "%sylius.security.new_api_route%" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters