Skip to content

Instantly share code, notes, and snippets.

@DiscordBlog
Created December 12, 2023 20:17
WebAuthn Blog 3
{
"ticket": "id_value",
"methods": [
{
"type": "webauthn",
"challenge": "..."
},
{
"type": "totp",
},
{
"type": "backup"
},
{
"type": "sms"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment