feat: revert password grant in favor of pkce

This commit is contained in:
Björn Fromme
2026-07-10 12:26:26 +02:00
parent 57a2503da2
commit 2b957e1887
3 changed files with 2 additions and 48 deletions
-4
View File
@@ -261,7 +261,3 @@ services:
$apiBaseUrl: '%env(default::MAILJET_API_BASE_URL)%'
$defaultListId: '%env(default::MAILJET_DEFAULT_LIST_ID)%'
$contactMetadataFields: '%mailjet_contact_metadata_fields%'
App\EventListener\UserResolverListener:
arguments:
$userProvider: '@security.user_providers'