Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [passkey]

A passkey is a digital credential that adheres to the FIDO and W3C Web Authentication (WebAuthn) standards

passkey
0 votes
1 answer
10 views

What options should I pass to node-cbor to decode WebAuthN passkey authenticatorData?

To decode the AuthenticatorAttestationResponse: attestationObject property returned when attestationType: 'direct' is passed to .create(), this works: const {decodeAllSync} = require("cbor");...
Doug Reeder's user avatar
0 votes
1 answer
52 views

How to access private key of a passkey on the client?

I am building an app with sveltekit and I have decided to implement passkeys as a form of authentication. So, I started researching about them and found out that in their foundation is the concept of ...
standard's user avatar
0 votes
1 answer
68 views

AT+PASSKEY in BLE 5.0 . How to set and use?

I would like to use the EBYTE E104-BT52 module on my device and connect to it via an Android smartphone. But what if the client device is running BLE 4.2 and it will be unsecure pairing. To avoid this ...
Alfred's user avatar
  • 1
0 votes
0 answers
21 views

native support of passkey on Android

Got one quick tech point to confirm with you around passkey. If any android app DOES NOT want to use any full-browser OR custom-tab OR even embedded-web-view to complete passkey-authentication, can ...
testuser7's user avatar
0 votes
1 answer
34 views

Why does Chrome on Android not save my passkey?

I'm trying to implement passkey authentication but it looks like the (imo simple) solution I've created works fine on Chrome for Windows, but on Chrome on Android my registration prompts for ...
Robba's user avatar
  • 8,104
0 votes
2 answers
42 views

Android CredentialManager: createCredential() method returns error in CredentialManager

I'm testing the abilities of the Android Credential Manager APIs to work with passkeys over W3C standards. While everything is set up according to documentation. I am getting error everytime in ...
Gaurav Goel's user avatar
1 vote
1 answer
63 views

Why is the metadata for the Google Password Manager aaguid:ea9b8d66-4d01-1d21-3ce4-b6b48cb575d4 not in the public FIDO Alliance MDS V3 Service?

Is there a reason why the Google Password Manager aaguid: ea9b8d66-4d01-1d21-3ce4-b6b48cb575d4 is not present in the list of public metadata which is hosted in the Fido Alliance Metadata service V3 ...
Ioan M's user avatar
  • 1,167
0 votes
1 answer
52 views

Issue while signature verification in Fido server while authentication

I am trying to implement passkeys authentication using Java Fido server and JS Webauthn api. While authenticating i am getting the signature verification error. Here is the stack trace, java.security....
Arjun Trivedi's user avatar
0 votes
1 answer
56 views

Getting No data error on verifying Authentication using passkey using SimpleWebAuthn and Node.js and react.js

I am trying to use my passkey for login in my react.js app using node.js for backend and using MongoDB for my database. following is my backend code: const registerWebAuthentication = async (req, res) ...
Nobil Gautam's user avatar
2 votes
1 answer
98 views

Try to authenticate using PassKeys using SimpleWebAuthn package, React and Nodejs

I'm trying to authenticate user using passkey, at the VerifyAuthenticateResponse method, I faced an issue of no getting logged in, instead the server thrown this kind of error which I didn't exepected....
Varshil Shah's user avatar
0 votes
0 answers
92 views

Passkey registration failing while implementing a third party passkeys manager

We are implementing a 3rd party Passkeys Manager app for ios. In the ios app in the CredentialProviderViewController I've implemented: func prepareCredentialList( for serviceIdentifiers: [...
Jaydip Finava's user avatar
0 votes
1 answer
83 views

Do passkeys require discrete user flows for registration vs. authentication?

UX designer here working on an update to our authentication flow, ideally replacing passwordless email login with passkeys as a primary authentication method. Today, our product does not distinguish ...
Zack Labadie's user avatar
0 votes
0 answers
48 views

What if I clean cache on safari ? Passkey

What should be if I create passkey on apple device on safari with webauthn navigator.credentials.create(). Then I see a one passkey on device. If I clear cache in safari and try again. It force me to ...
Bartosz M.'s user avatar
0 votes
0 answers
45 views

Is there a way to call a windows security key prompt (passkeys) with java?

Im developing a java application which implements the passkeys authentication. Is there a native java call to get access to this windows prompt, which opens up when a user is expected to authenticate ...
Nal Guček's user avatar
0 votes
0 answers
11 views

How do I access passkeys seamlessly in an iMessage app?

Does anyone know how to access passkeys from an iMessage app? I'd like to do it seamlessly without having to re-route users through Safari. I've looked through Apple developer docs and forums. ...
Lyron Co Ting Keh's user avatar

15 30 50 per page
1
2 3 4 5
7