Skip to content

Exporting your passkeys

Passlock adopts a zero lock-in policy. We enable you to export all your passkey data, including the public keys.

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.

You can also hit the REST API directly to list the passkeys, then get each individual passkey.