generated from spatie/package-skeleton-laravel
-
-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Labels
bugSomething isn't workingSomething isn't working
Description
What happened?
using Nordpass as a passkey provider throws an error in Nordpass when hitting the button create, {"message":"unsupported passkey algorithm requested","code":"0144"}
How to reproduce the bug
using this code
const response = await fetch(route("passkeys.options"));
const options = await response.json();
console.log('Passkey options:', options);
const startAuthenticationResponse = await window.startRegistration({ optionsJSON: options });
with Nordpass installed in your browser.
Package Version
1.0.11
PHP Version
8.4
Laravel Version
12.19.3
Which operating systems does with happen with?
Windows
Notes
No response
NeoLarson
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working