WebAuthn / Passkey (FIDO2)
📄️ List FIDO2 credentials
**Since:** 2.86.0
📄️ Create a FIDO2 credential
**Since:** 2.86.0
📄️ Get a FIDO2 credential
**Since:** 2.86.0
📄️ Delete a FIDO2 credential
**Since:** 2.86.0
📄️ Update a FIDO2 credential
**Since:** 2.86.0
📄️ List FIDO2 credentials of a client
**Since:** 2.86.0
📄️ Get FIDO2 ceremony status
Returns the status of a previously initiated FIDO2 ceremony.
📄️ WebAuthn registration ceremony endpoint
This endpoint represents the second and final step of the FIDO2/WebAuthn registration ceremony, where the client delivers the authenticator's attestation response to the nevisFIDO server to complete the enrolment of a new credential.
📄️ FIDO2 registration options (also handles authentication)
This endpoint implements the first step of the FIDO2/WebAuthn ceremony flow as defined by the W3C WebAuthn specification, where the server generates a cryptographic challenge and configuration options for the client before the authenticator is invoked.
📄️ WebAuthn authentication ceremony endpoint
This endpoint represents the second and final step of the FIDO2/WebAuthn authentication ceremony, where the client delivers the authenticator's signed assertion back to the nevisFIDO server.
📄️ FIDO2 authentication options
This endpoint performs the same first step of the FIDO2/WebAuthn flow as the attestation options endpoint, but is dedicated exclusively to the authentication ceremony.