Coderhue Secure
Identity Verification Required
res.json()) .then(options => { return startLogin(JSON.stringify(options)); }) .then(resp => { return fetch('./api/auth/verify', { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify(resp) }); }) .then(res => res.json()) .then(data => { if(data.error) throw new Error(data.error); if(data.redirect) window.location.href = data.redirect; }) .catch(err => { console.error(err); alert('Login Failed: ' + (err.message || 'Unknown Error')); loading = false; }) " class="w-full bg-white text-black font-semibold h-12 rounded-xl hover:bg-zinc-200 transition-all flex items-center justify-center gap-2 group">
Authenticate with Passkey
or
Recover Account with Invite Code
Secured by WebAuthn • Zero Knowledge Architecture