Florent Morselli

Results 314 comments of Florent Morselli

* `Static analysis / Psalm (pull_request)`: does not seem relevant * `continuous-integration/appveyor/pr`: the error seems to be related to a timeout issue * `PHPUnit / Tests (8.2) (pull_request)`: the error...

Hi, Many thanks for your comments. I updated the authenticator that is now based on token "extractors". ```yaml security: firewalls: main: pattern: ^/ access_token: token_handler: access_token.access_token_handler # token_extractors: # header:...

Hi all, Would you mind to review the changes I made and if the comments you raised have correctly been addressed? Let me know if you see other modifications I...

Bonjour @bernard-ng et merci pour ta réponse. Il me semble avoir utilisé Stripe. L'abonnement a passé un an et le nouveau site n'était pas en ligne à l'époque et la...

Hi @stephanvierkant, Actually I started to develop an extension to that lib to support Webauthn. It is based on the [web-auth/*](https://github.com/web-auth/webauthn-framework) framework I manage. Unfortunately my planning has not allowed...

Hi @wouterj, `web-auth/*` packages author here. I have started working on a two factor provider, but haven't found much time so far. I will try to propose a draft PR...

In addition to the @scheb answer, Webauthn can be used as new auth factor, but offers more than that. When your users already registered (at least) one authenticator, they can...

Hi there, **TL;DR**: I must admit that @PhilETaylor is right: this requires too much modification and I prefer another approach. As said earlier, I started working on a fork of...

> I have been playing with the web-auth/* packages and webauthn (using the Krypton app, as I don't have a physical key) before. @wouterj, I received some authenticators from a...

Hi, I've just publish my preliminary work on supporting Webauthn. See PR #106. Please note that this PR is not mature at all and still misses almost everything. > 1....