{{define "title"}}Create account · MeshTender{{end}} {{define "content"}}

Create your account

{{if .Error}}
{{.Error}}
{{end}}

No email required. Passkeys are the easiest, most secure option — your device unlocks the account with a fingerprint, face, PIN, or a security key.

{{if .Next}}{{end}}
{{/* Both credential options are rendered up front, so the page works with no JavaScript at all. webauthn.js then adapts the emphasis to what the device can actually do — collapsing the password half when a platform authenticator exists, or hiding the passkey half when WebAuthn is missing entirely. That's an enhancement of this baseline, never a prerequisite. */}}

{{/* Shown only when the browser has no WebAuthn support at all, so the passkey button above would be a dead control. */}}

This browser doesn't support passkeys, so you'll need a password. Passkeys work in current versions of Safari, Chrome, Edge, and Firefox.

{{/* Revealed by JS only when the password half is collapsed. */}}
or use a password
Already have an account? Sign in
{{end}}