Vincent
Vincent
Currently, this bundle only support a single user. But in some projects, we may handle multiple users. It should be possible in this bundle to support multiple users classes
Hi, Thanks for Caddy, it's an awesome project I'm working with since years and implementing it in many projects! In API Platform as on many projects, we're using `caddy:2-alpine` Docker...
| Q | A | ------------- | --- | Branch? | 6.3 | Bug fix? | no | New feature? | yes | Deprecations? | no | Tickets | N/A...
**Description** Add [Symfony UID component](https://symfony.com/doc/current/components/uid.html) support on identifiers. **Example** ```yaml id: generationStrategy: 'symfony_uid' ``` ```php use Symfony\Bridge\Doctrine\Types\UuidType; use Symfony\Component\Uid\Uuid; /** * @see https://schema.org/identifier */ #[ORM\Id] #[ORM\Column(type: UuidType::NAME, unique: true)] #[ORM\GeneratedValue(strategy:...
**Description** Currently, the Schema Generator only supports enums through [myclabs/php-enum](https://github.com/myclabs/php-enum). Since 8.1, PHP natively supports enum. The Schema Generator should use it instead of myclabs/php-enum. To do so, we should...
| Q | A | ------------- | --- | Branch? | 3.3 | Tickets | N/A | License | MIT | Doc PR | **TODO** ### Description When using Mercure...
| Q | A | ------------- | --- | Branch? | 3.3 | Tickets | Closes #5824 | License | MIT | Doc PR | Inlined
https://auth-docs-git-feat-nextjs-auth-authjs.vercel.app/reference/nextjs https://auth-docs-git-feat-nextjs-auth-authjs.vercel.app/guides/upgrade-to-v5 - `isomorphic-unfetch` replaced by native `fetch` - `react/query` replaced by `@tanstack/react-query` - :warning: using `next-auth@5-beta`: https://github.com/nextauthjs/next-auth/pull/7443