WebAuthn API
Passkey (WebAuthn/FIDO2) authentication endpoints.
For detailed information about WebAuthn configuration and usage, see:
- User Guide: WebAuthn/Passkeys
- Administration: WebAuthn Setup
- Comprehensive Guide: WebAuthn Documentation
API Reference
See the OpenAPI Specification for interactive documentation of all WebAuthn endpoints:
GET /api/auth/webauthn/available- Check passkey availabilityPOST /api/auth/webauthn/register/begin- Start registrationPOST /api/auth/webauthn/register/finish- Complete registrationPOST /api/auth/webauthn/login/begin- Start authenticationPOST /api/auth/webauthn/login/finish- Complete authenticationGET /api/auth/webauthn/passkeys- List passkeysDELETE /api/auth/webauthn/passkeys- Delete passkey
Refer to the OpenAPI documentation for detailed request/response schemas and examples.