Florent Morselli
Florent Morselli
| Q | A | ------------- | --- | Branch? | 6.2 | Bug fix? | yes | New feature? | yes | Deprecations? | no | Tickets | Fix...
Bonjour @Grafikart, J'ai remarqué que mon abonnement premium a expiré. En soit rien de grave, mais je me suis dit plusieurs choses : * je n'ai pas reçu de notification...
**Description** This PR aims at providing a new 2FA based on Webauthn as per discussion in #25
This PR aims to integrate Web-Token for issuing and verifying access tokens. The two processes are separated so that it is possible to issue a token on one server and...
| Q | A | ------------- | --- | Branch? | 3.1 | Bug fix? | yes (#219) | New feature? | yes | Deprecations? | no | License |...
Documentation page related to the PR https://github.com/symfony/symfony/pull/46428
Hi, I would like to customize the chart line color depending on the actual value. I found [this example that works fine](https://stackoverflow.com/questions/40150907/google-line-chart-change-color-when-line-down/40154287#40154287), but requires setting a specific object to the...
**Is your feature request related to a problem? Please describe.** See Token Binding feature: * [RFC8471](https://tools.ietf.org/html/rfc8471) * [RFC8472](https://tools.ietf.org/html/rfc8472) * [RFC8473](https://tools.ietf.org/html/rfc8473) The framework proposes several strategies: * Ignore: see `Webauthn\TokenBinding\IgnoreTokenBindingHandler` *...
**Is your feature request related to a problem? Please describe.** At the moment, the library supports the following [attestation types](https://www.w3.org/TR/webauthn/#sctn-attestation-types): * None, * Basic * Self * AttCA The ECDAA...