```
✨ feat(login): Ajoute l'authentification SSO via Keycloak et Discord
Cette modification implémente l'authentification unique (SSO) via
Keycloak et Discord, permettant aux utilisateurs de se connecter
facilement. Ajoute les trads FR.
```
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
"ext-iconv": "*",
|
||||
"ext-libxml": "*",
|
||||
"ext-zip": "*",
|
||||
"adam-paterson/oauth2-stripe": "^2.0",
|
||||
"chillerlan/php-qrcode": ">=5.0.5",
|
||||
"cocur/slugify": ">=4.6",
|
||||
"doctrine/dbal": "^3.10.3",
|
||||
@@ -26,6 +27,7 @@
|
||||
"imagine/imagine": "^1.5",
|
||||
"io-developer/php-whois": ">=4.1.10",
|
||||
"knplabs/knp-paginator-bundle": "^6.9.1",
|
||||
"knpuniversity/oauth2-client-bundle": "^2.20",
|
||||
"lasserafn/php-initial-avatar-generator": "^4.5",
|
||||
"league/flysystem-aws-s3-v3": "^3.30.1",
|
||||
"league/flysystem-bundle": "^3.6",
|
||||
@@ -46,6 +48,7 @@
|
||||
"setasign/fpdi": "^2.6.4",
|
||||
"spatie/mjml-php": "^1.2.5",
|
||||
"stancer/stancer": ">=2.0.1",
|
||||
"stevenmaguire/oauth2-keycloak": "^5.1",
|
||||
"stripe/stripe-php": "^19.0",
|
||||
"symfony/amazon-mailer": "7.3.*",
|
||||
"symfony/asset": "7.3.*",
|
||||
@@ -82,7 +85,8 @@
|
||||
"twig/intl-extra": "^3.22.1",
|
||||
"twig/twig": "^3.22",
|
||||
"vich/uploader-bundle": "^2.8.1",
|
||||
"web-auth/webauthn-lib": ">=5.2.2"
|
||||
"web-auth/webauthn-lib": ">=5.2.2",
|
||||
"wohali/oauth2-discord-new": "^1.2"
|
||||
},
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
|
||||
Reference in New Issue
Block a user