« Symfony en vrac » : différence entre les versions
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 6 : | Ligne 6 : | ||
[https://blog.eleven-labs.com/en/dependency-injection/ Dependency injection (avec service tags)]<br /> | [https://blog.eleven-labs.com/en/dependency-injection/ Dependency injection (avec service tags)]<br /> | ||
[https://blowstack.com/blog/how-to-use-events-listeners-in-symfony/ How to use events listeners in Symfony] | [https://blowstack.com/blog/how-to-use-events-listeners-in-symfony/ How to use events listeners in Symfony] | ||
[https://github.com/Livda/symfony-docs/ Github Livda/symfony-docs] | |||
<pre> | <pre> | ||
Ligne 30 : | Ligne 31 : | ||
[https://oauth2.thephpleague.com/authorization-server The Authorization Server - OAuth 2.0 Server oauth2.thephpleague.com]<br /> | [https://oauth2.thephpleague.com/authorization-server The Authorization Server - OAuth 2.0 Server oauth2.thephpleague.com]<br /> | ||
[https://bshaffer.github.io/oauth2-server-php-docs/ An OAuth2 Server Library for PHP] | [https://bshaffer.github.io/oauth2-server-php-docs/ An OAuth2 Server Library for PHP] | ||
Version du 23 mai 2024 à 14:44
Divers
Symfony : Configuration des logs Monolog
vérifier le rôle d’un utilisateur en respectant la hiérarchie des rôles
Custom Events and Event Subscribers in Symfony
Doctrine (DateTime with Microseconds for MySQL in Doctrine 2)
Dependency injection (avec service tags)
How to use events listeners in Symfony
Github Livda/symfony-docs
inject multiple instances of an interface in a service using Symfony 5 Mettre en place un service qui gere plusieurs instance d'une interface.
Webpack Encore
Webpack Encore symfony 5
Configuring Encore/Webpack
Bootstrap 5 avec Symfony 5 et Webpack Encore
Comment créer un projet Symfony qui intègre Webpack (+ installation Bootstrap)
Comment gérer les cookies ?
Cookie Services: How to Handle Cookies in Drupal & Symfony
JWT asymetrique serveur authorization <=> serveur resource
Pourquoi et comment améliorer la sécurité JWT avec la rotation des clés JWKS en Java
Secure Endpoints with JWTs
stackoverflow / Comment faire en sorte qu'une application Symfony utilise l'authentification et l'autorisation d'autres applications Symfony ?
Oatuh2 server
The Authorization Server - OAuth 2.0 Server oauth2.thephpleague.com
An OAuth2 Server Library for PHP