Skip to content

[Bug]: Unsupported passkey algorithm for Nordpass #63

@HichemTab-tech

Description

@HichemTab-tech

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"}

Image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions