-
-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid Base 64 Url Safe character #401
Comments
Our authentication has been broken too. |
Looks like it will be sorted in |
Thank you for the research! |
🎉 This issue has been resolved in version 3.2.3 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
This issue is only present for versions of Webauthn newer than
v4.0.5
.Description of the issue
When trying to login with a key, the following exception is thrown:
Steps to reproduce:
v0.6.0
to get it to work)v4.0.5
composer update
, this will update Webauthn tov4.1.2
(latest version currently)The issue is still present even if you add a new key after running
composer update
.It seems quite a few files were changed in Webauthn from
v4.0.5
tov4.1.2
. As far as I can see theauthenticatorData
returned fromwebauthn.js
has characters not considered base64 URL safe by Webauthn. So I'm not sure if an update is required there.For the time being I've had to keep Webauthn at
v4.0.5
so that my users are still able to login.The text was updated successfully, but these errors were encountered: