{{template "header_modal" .}}

Hardware Tokens

{{if .User.WebAuthnRegistrations}}

List of hardware tokens associated with this account:

{{range .User.WebAuthnRegistrations}} {{end}}
{{.Name}} edit delete
{{else}}

Hardware tokens (supporting the WebAuthN standard) are the most secure two-factor mechanism that we support, as they can successfully prevent phishing.

There are no hardware tokens associated with this account.

{{end}} {{template "footer_modal" .}}