Vincent
Vincent
:tada: :tada: :tada: :tada: Thanks for the huge work @aziz-harazi! It wasn't an easy ticket and you did it well! Congrats!! :tada:
Hi @wouterj, is there any 6.3, master or main branch for it?
> Note that fabpot cannot be fixed, at least not in a single commit. Only fabbot can :) @chalasr fabpot fixed :wink:
@welcoMattic That's approximatively the idea, but I won't implement an OidcUser in the UserBadge, cause it'll break the UserProvider feature. To prevent it, I implement an OidcUserBadge containing the claims,...
@wouterj This PR cannot work as it because Passport::getUser enforces UserBadge by its fqcn. @chalasr and I are working on a solution to fix this
Hi @wouterj, thanks for your quick feedback. I'm implementing your suggestions, including adding a `claims` optional argument in UserBadge. It also reverts [one of my commit](https://github.com/symfony/symfony/pull/48272/commits/4be751e551fdc04df6e8fa00940c95fb66dbc81f)? This commit adds a...
Ping @chalasr @wouterj: is there any blocking point on this PR?
The following improvements could be great to add before merge: - enable Souin only on prod Symfony environment - is there a way to add a header on debug mode,...
Is something like that would do the work? ``` # Caddyfile { order cache before rewrite cache { api { souin } } } {$CADDY_CACHE} # ... ``` ```yaml #...
Using a `Caddyfile.prod` requires to duplicate the content from `Caddyfile`, or use [import](https://caddyserver.com/docs/caddyfile/directives/import) feature and juggle with Caddyfiles files such as: ``` # Caddyfile.prod import Caddyfile.dev cache ``` ``` #...