Description
Hi, one login form of mine has a checkbox for the remember-me feature of Symfony. I implemented an optional passkey-login for that form, which works great with one caveat: The checkbox for remember-me is ignored and thus users logging in with a Passkey are not remembered and must login every time they come back or their session is expired. I could enable always remember me in Symfony, but for that project that feature shall be optional.
I did not find a documented way to get the Symfony UX controller to work with a remember-me checkbox.
Another very similar feature, I could not find, would be to allow a form field for an authenticator name (and pass that to my authenticator entity) when a new authenticator is registered.
Example
No response