-
Hi, I was run without issue the 3.4.2 version. I need to move it to another host and I take this hopportunity to upgrade version. First run seems all fine, I can see the code and they are working, but I cant see my Yubikey device. Not an issue, but I can't also add them. Another difference to mention is that now I didn't pubblic that service, but is in my private network, with a TLS for it granted by Caddy. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hi, Regarding the issue during registration of new devices, the problem is that the package that handles webauthn login does not work when So, ensure the |
Beta Was this translation helpful? Give feedback.
Hi,
the lost of the webauthn devices was expected, see the v4.0 change log.
Regarding the issue during registration of new devices, the problem is that the package that handles webauthn login does not work when
WEBAUTHN_ID
is customized (see Laragear/WebAuthn#50, the issue is unfortunately still open). But you should not have to customize it, it should work withnull
.So, ensure the
APP_URL
var is up-to-date and reflects the new situation, resetWEBAUTHN_ID
tonull
and runphp artisan config:clear
in a terminal.