Exporting your passkeys
Passlock adopts a zero lock-in policy. We enable you to export all your passkey data, including the public keys.
Using our server library
Section titled “Using our server library”To do so, please use the listPasskeys function in the @passlock/server package. This returns a paginated list of passkey summaries, including passkey ids. Follow up with subsequent getPasskey calls for each passkey.
Using the REST API directly
Section titled “Using the REST API directly”You can also hit the REST API directly to list the passkeys, then get each individual passkey.