Implementing passkey to password manager

Hi, we want to implement passkey in our password manager, but we can not find documentation how to create passkey and save in our database? Can some one help?

Add a Comment

Replies

The root of the documentation is here. Note that the system APIs only offer ways for you to provide information about passkeys you manage yourself, and to shuffle request options/responses back and forth. For actually creating/managing/syncing/performing cryptographic operations with passkeys, that's up to your passkey manager to implement. The WebAuthn spec provides all the details for how that works.

Is that means, that I have use external library to create private and public key? or Apple is going to generate with API for me?